html {
    height: 100%;
}
body {
    color: black;
    background-color: blanchedalmond;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    height: 100%;
}
.container {
    height: 100%;
    width: 1024px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
h1 {
   text-align: center; 
}
main {
    height: 90%;
    display: flex;
}
img {
    border-radius: 20%;
}
footer {
    text-align: right;
}