body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
}

.header {
  text-align: center;
  background: #0D1D33;
  padding-top: 26px;
}

.logo {
  max-width: 148px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #0D1D33 0%, #0F2D99 81%, #CBE0FC 81%, #F7FAFF 100%);
  padding: 115px 26px 0 26px;
  overflow-x: hidden;
}

.main-title {
  font-family: "Commissioner", sans-serif;
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 14px;
}

.sub-title {
  padding-bottom: 42px;
  font-size: 24px;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
}

.button-link {
  cursor: pointer;
  background: #f22c4d;
  border-radius: 32px;
  padding: 12px 32px;
  display: flex;
  justify-content: center;
  max-height: 56px;
  max-width: 253px;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
  text-decoration: none;
}

.footer {
  color: #0D1D33;
  background: linear-gradient(180deg, #F7FAFF 0%, #FFFFFF 100%);;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 0 16px 55px;
}

.bold-text {
  font-weight: bold;
}


@media only screen and (max-width: 760px) {
  .logo {
    max-width: 106px;
  }
  .main-title {
    font-size: 34px;
  }
  .sub-title {
    font-size: 20px;
  }
  .footer {
    font-size: 10px;
  }
}
