html {
    font-family: 'Archivo Narrow', sans-serif;
    line-height: 1.4;
}

header {
    background-image: url(https://static.highsnobiety.com/thumbor/n1q8wnA9Vu5KMgp-vCo7mtmfzwI=/1200x720/static.highsnobiety.com/wp-content/uploads/2021/08/13122847/feature3.jpg);
}

.content-area {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}

#intro .content-area {
    text-align:center;
}

#description {
    background-color:rgb(241, 82, 33);
}

h1 {
    font-size: 80px;
    color: white;
    margin:0;
    margin-top:130px;
}

h2 {
    font-size: 30px;
    color: white;
    margin:0;
    line-height: 1;
    margin-bottom: 170px;
}

h3 {
    text-align:center;
    font-size: 40px;
    margin: 0;
    margin-top: 17px;
    margin-bottom: 31px;
    color:white;
}

#description p {
    font-size: 18px;
    margin:0;
    margin-bottom:16px;
    color:white;
}



img.section1 {
    width:400px;
    height:300px;
    float: right;
    margin-left: 40px;
    margin-bottom: 30px;
}

#grid {
    margin:0;
    background-color: rgb(35, 142, 175);
}

ul.grid {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding:0;
}

ul.grid li {
    display: block;
    width: 50%;
    margin-bottom: 23.5px;
    float:left;
}

.sunglasses {
    width: 200px;
    height: 150px;
    float: left;
    margin:0;
    margin-right:12px;
}

h4 {
    font-size: 1.25rem;
    line-height:1.6rem;
    margin: 0px;
    color: rgb(255, 255, 255);
}

.gridtext {
    text-align: left;
    margin-bottom:1px;
    width:440px;
}

#sunglassDescription {
    display: block;
    font-size: 18px;
    line-height: 1.55rem;
    color: rgb(255, 255, 255);
    margin-top: 0.5rem;
}

#conclusion {
    padding-top:5px;
    padding-bottom:55px;
    background-color: rgb(0, 0, 0);
}

#conclusiontext {
    font-size:26px;
    text-align: center;
    width:710px;
    margin-left:125px;
    line-height:36px;
    color: white;
}

#footer {
    background-color: rgb(255, 255, 255);
    padding-top: 1px;
}

#copyright {
    font-size: 18px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    color: rgb(0, 0, 0);
}
