@font-face {
    font-family: cuprum;
    src: url(cuprum.ttf);
}

body, #top {display: flex}

body {
    height: 100vh;
    font-family: cuprum;
    font-weight: 700;
    background: url(background.png);
    background-size: cover;
    background-position: center;
    margin: 0;
}

main {
    width: 40vh;
    margin: auto;
}

main > * {background: #FFF}

#top {
    height: 10.1vh;
}

img {
    margin: auto 0 auto 6vh;
    height: 6.5vh;
}

h1, #faq {color: #27268a}

h1, #login {font-size: 2vh}

h1 {
    scale: 0.95 1;
    line-height: 2.4vh;
    margin: auto 0.7vh;
}

#bottom {
    height: 18.5vh;
    padding: 3.1vh 0;
    margin-top: 0.2vh;
    text-align: center;
    font-size: 1.5vh;
}

#bottom > * {margin: 0 auto 1.1vh}

p {
    width: 30vh;
    color: #666;
}

a {
    display: block;
    text-decoration: none;
}

#login {
    height: 4.5vh;
    width: 30vh;
    border-radius: 0.5vh;
    background: #27268a;
    line-height: 5vh;
    color: #FFF;
    margin-top: 3vh;
}