body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

main {
    width:100%;
    text-align: center;
}

#logo {
    width: 90%;
    max-width: 600px;
    margin-top: 5rem;
}

.info {
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 26px;
}

.info i {
    margin-right: 0.25rem;
}