html, body {
    height: 100%;
}

body {
    margin: 0px;
    background: #000000
}

.container {
    display:flex;
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
}

.content {
    position: absolute;
    background-color: rgba(0,0,0,0.5)
}

@media (min-aspect-ratio: 4032/3024) {
    #background-pic {
        width: 100%;
    }
}
@media (max-aspect-ratio: 4032/3024) {
    #background-pic {
        height: 100%;
    }
}

h1 {
    font-family: Lato;
    color: white;
    text-align: center;
}

.img-container {
    max-width: 200px;
    margin: 0 20px 0 20px;
}

.img-container > .prof-pic {
    height: 100%;
    width: 100%;
    border-radius: 20%;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 20px 0 20px 0;
}