div {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.logo {
    height: 25rem;
}

.logo > img {
    height: 100%;
}

.title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem;
}

.block {
    margin-bottom: 3rem;
}

.container {
    height: 2rem;
    justify-items: center;
    align-items: center;
    text-align: center;
    align-content: center;
    margin:1em;
}

.container img {
    height: 2rem;
}

.container a {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
