body{
    margin: auto;
    max-width: 1500px;
}

img{
    width: 100%;
}

ul{
    display: flex;
    list-style: none;
}

h1{
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 10px;
}

section{
   padding-bottom: 40px;
}