@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
    font-size: 62.5%;
    overflow-y: hidden;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 3rem;
    letter-spacing: 2px;
    background-color: #f4f5f7;
}

body > div {
    background-image: url(media/);
}

body > div > div {
    max-width: 720px;
    height: 100vh;
    margin: 0 auto;
    padding: 2rem;
}

img {
    max-width: 288px;
}

div.opcoes {
    margin: 40px auto;
}

img {
    display: block;
    margin: 6rem auto 0 auto;
    max-height: 100%;
    max-width: auto;
}

a {
    display: block;
    margin: 5px 0px;
    text-align: center;
    font-size: 24px;
    letter-spacing: -0.5px;
}

div.opcoes a {
    max-width: 80%;
    display: block;
    margin: 3rem auto;
    padding: 1rem;
    color: #fff;
    background-color: #0000ff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
}

p {
    margin-top: 6rem;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    text-align: center;
}