*{
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    color: #aaa;
}
html{
    background: #333;
    height: 100vh;
}
html, body{
    width: 100%;
}
footer{
    width: 100%;
    text-align: center;
    position: sticky;
    bottom: 0;
    height: 2em;
    background-color: #feee70;
    font-size: 2em;
}
footer a{
    text-decoration: none;
    color: black;
    width: 100%;
    height: 100%;
}
footer a:hover{
    text-decoration: none;
    color: #222;
}
.centerColumn{
    display: grid;
    background-color: black;
    height: 100%;
    width: 80%;
    margin: auto;
}
.centerColumn *{
    margin-left: 1em;
    margin-right: 1em;
}
img{
    border-radius: 2em;
}
.sidebyside{
    display: flex;
    width: 100%;
}
.sidebyside img{
    width: 40%;
}
.sidebyside .contact{
    width: 60%;
    padding: 1em;
}
.bottom{
    text-align: center;
    padding: 5em;
    font-size: 2em;
}