body {
    font-family: "Scto Grotesk A", sans-serif;
    font-weight: 400;
    background: linear-gradient(0deg, #685BFF 0px, #fff 340px);
    min-height: 100vh;
}

h1 {
    margin-bottom: 32px;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1.4px;
}

#content p > a{
    text-decoration: underline;
}

input {
    border: 1px solid #ddd;
}