body{
    font-family: 'Archivo Narrow', sans-serif;
}
.content{
    width: 100%;
    height: fit-content;
    padding: 260px;
    padding-top:39px;
    padding-bottom:37px;
    box-sizing: border-box;
}

.container {
    
    align-items:center;
    justify-content:center;
  
  }
   
.title {
    padding-top:250px;
    text-align: center;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 100px;
    font-weight: 700;
    color: rgb(255, 255, 255)
  }

  .subheading {
    text-align: center;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: rgb(255, 255, 255), 
  }
  
  .title-section {
    background-image: url(https://dynaimage.cdn.cnn.com/cnn/q_auto,w_1903,c_fill,g_auto,h_1070,ar_16:9/http%3A%2F%2Fcdn.cnn.com%2Fcnnnext%2Fdam%2Fassets%2F210226044334-06-pokemon-anniversary.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    opacity: .6;
    height: 550px;
  
  }

.section-1-backgound{
    background-color: rgb(252, 249, 210);
}
.section-2-backgound{
    background-color: rgb(248, 255, 255)
   
}

.section-3-backgound{
    background-color: rgb(255, 215, 197);
}

.page-intro{
    height: 480px;
}
.section-3{
    padding-top:41px;
}

.gallery-image {
    width: 200px;
    height: 150px;
    object-fit: cover;
    object-position: center;
  }

  
h1, h2, h3{
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    
}
h1{
    margin-top: 112px;
    font-size: 80px;
    width: 321px;
}
h2{
    /* margin-top: -1px; */
    line-height: 1.2;
    font-size: 30px;
    width: 481px;
}

h3{
    font-size: 40px;
    width: 195px;
    margin-bottom: 32px;
}
p{
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 16px
}
.section-1-paragraph{
    margin-bottom: 20px;
}
.section-1-img-wrapper{
    float: right;
    margin-left: 45px;
    margin-bottom: 30px;
}
ul{
    padding: 0;
    margin-bottom: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 8px;

}
li{
    margin-bottom: 24px;
    margin-left: 2px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

h4{
    margin: 0;
    font-size: 20px;
}
.photo-info{
    padding-top: 1px;
    width: 220px;
    margin-left: 10px;
}
.photo-info p{
    padding-top: 7px;
    margin: 0;

}
.last{
    margin-bottom: 0;
}

.align-center{
    font-size: 26px;
    text-align:center;
    width: 900px;
    margin: auto;
    margin-bottom: 65px;
 
}

h5{
    margin-top: 1px;
    font-size: 17px;
}