#home {
    height: 100vh;
}

#header-welcome {
    font-size: 50px;
    text-align: center;
}

.highlight {
    font-weight: 600;
}

.teammember {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.teammember:hover {
    opacity: 0.5;
}
