body{
    box-sizing: border-box;
    margin:0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: brown;
    color: white;
}

.image-container{
    display: flex;
    justify-content: center;
}

img{
    max-width: 45vw;
    max-height: 45vh;
    border-radius: 50%;
}

.container{
    display: block;
    justify-content: center;
}

h1, h2{
    display: flex;
    justify-content: center;
}

h3{
    text-align: center;
}

h3 li {
    list-style: none;
}
