body {
  font-family: "Inter", sans-serif;
  background-color: #f6f6f6;
}

.main {
    text-align:center;
    padding-top:30px;
}

h1 {
    text-align:center;
    font-weight: 400;
    font-style: normal;
}

.links {
    margin:auto;
    padding-top:10px;
}

.button {
    background-color:#fff;
    margin:14px auto 14px auto;
    max-width:300px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
    padding:10px;
}

.button a {
    text-decoration:none;
    color:#000;
    font-weight:600;
}