* {
    font-family: 'Archivo Narrow', sans-serif;
}

.content {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}

#intro .content {
    text-align: center;
    color: white;
}

h1 {
    font-size: 80px;
    margin: 0;
    margin-top: 132px;
}

h2 {
    font-size: 30px;
    margin: 0;
    line-height: 1.15;
    margin-bottom: 165px;
}

h3 {
    text-align: center;
    font-size: 40px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 33px;
}

p {
    line-height: 1.4;
    font-size: 18px;
    margin: 0;
    margin-bottom: 16px;
}

h4 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 7px;
}

#grid img {
    width: 200px;
    height: 150px;
    float: left;
    object-fit: cover;
    margin-right: 12px;
}

.photos {
    clear: both;
}

.photo-grid {
    display: grid;
    gap: 23px 30px;
    grid-template-columns: 450px 450px;
    margin-bottom: 44px;
}

#conclusion h3{
    margin-bottom: 32px;
}

#conclusion p{
    letter-spacing: 0.1px;
    line-height: 1.5;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    width: 710px;
    margin: auto;
    margin-bottom: 81px;
}

#footer p{
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}

#intro {
    background-image: url(../images/7f7531c2gy1gcqw5a10tlj218t0u07wi.jpg);
    background-position: center;
}

#main img {
    width: 400px;
    height: 300px;
    float: right;
    margin: 0px 0px 25px 40px;
}

#main {
    background-color: rgb(200, 225, 221);
    padding-bottom: 19px;
}

#grid {
    background-color: rgb(198, 229, 211);
}

#conclusion{
    background-color: rgb(163, 188, 173);
}

#footer{
    background-color: rgb(31, 71, 57);
}