@import url('https://fonts.googleapis.com/css?family=Roboto');

main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    font-size: 9vw;
    white-space: nowrap;
    font-family: 'Roboto';
    text-align: center;
}

.app-image {
    width: 9vw;
}