@import './fonts/roboto.css';
@import './fonts/roboto_slab.css';

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 5rem;
    line-height: 1.2;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #314159;
}

#name {
    font-size: 0.75em;
}

#title {
    font-family: 'Roboto Slab', serif;
}

#subtitle {
    font-size: 0.5em;
}

#mail {
    font-size: 1rem;
    color: #fff;
    background-color: #271828;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 5px;
}

@media all and (max-width: 767px) {
    body {
        font-size: 2.5rem;
    }
}
