body{
    font-family: 'Archivo Narrow', sans-serif;
}

h1{
    margin:0;
    text-align: center;
}

.content{
    width: 960px;
    margin:auto;
}

header{
    text-align: center;
    background-image: url(http://www.metmuseum.org/-/media/images/exhibitions/imported/past/mcqueen_refresh.jpg?la=en);
}

header .content{
    padding: 151px 0 150px 0;

}

header h1 {
    font-size: 80px;
}

header h2 {
    margin:-2px;
    font-size: 30px;
    margin-bottom: 30px;
}

section .content{
    padding: 42px 0 40px 0;
}

section h1{
    font-size: 40px;
    padding-bottom: 15px;
}

.firstpic {
    float: right;
    width: 400px;
    height: 300px;
    object-fit: cover;
    padding: 18px 0px 40px 45px;
}

p{
    font-size: 18px;
}

div{
    display: block;
}

.section2 h1{
    padding-top: 39px;
    padding-bottom: 34px;
}

.grid{
    margin: 0 auto;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 185px 240px 185px 230px;
    column-gap: 27px;
    row-gap: 0px;
}

ul{
    list-style: none;
}

.grid-image img{
    width: 200px;
    height: 150px;
    object-fit: cover;
    float: left;
}

.grid div{
    height: 173px;
}

.grid-text h3{
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: -10px;
}

.section2{
    padding-bottom: 41px;
    background-color:seashell;
}

.last{
    font-size: 26px;
    margin-top: 20px;
    margin-left: 125px;
    margin-right: 125px;
    margin-bottom: 62px;
    text-align: center;
}

footer{
    font-size: 19px;
    text-align: left;
    padding: 24px 0 24px 0;
}

.section1{
   background-color: white;
}

.section3{
    background-color: white;
 }

footer{
    background-color:seashell;
}