@font-face {
  font-family: SegoeUiSemibold;
  src: url(assets/segoe-ui-semibold.ttf);
  font-weight: 500;
}

body {
    width: auto;
    height: auto;
    padding: 80px 24px;
    font-family: SegoeUiSemibold;
}

.main-box {
    max-width: 600px;
    margin: 0px auto;
}

.logo {
    margin: 0px auto 70px auto;
}

h1 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: 500;
}

.button-link {
    display: block;
    width: fit-content;
    margin: 0px auto 70px auto;
    text-decoration: none;
    background-color: #000000;
    border-radius: 30px;
}

.button-text {
    text-align: center;
    padding: 12px 40px;
    width: fit-content;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
  }
}