body {
  margin: 0;
  background: #f7f7f7;
}

.content {
  padding-bottom: 8vh;
}

:root {
  --vh: 100%;
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}


.content {
  overflow: hidden;
}

.content,
.content * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

.ellipse {
  position: absolute;
  width: 372px;
  height: 186px;
  left: 0px;
  top: 0.25px;
  background: #EEEEF6;
  filter: blur(4px);
  border-radius: 100%;
  }