body{
    margin: 0;
    font-family: 'Archivo Narrow', sans-serif;
}
header{
    background-color: rgba(255,0,0,.3);
    text-align: center;
    padding-top: 166px;
    padding-bottom: 188px;
    background-image: url('../images/nsplsh_f045ff79e772462a997426ba5551d814_mv2.webp');
    background-size: cover;
    background-position: center;
    color: rgb(255, 131, 49);
}
h1,h2,h3,h4,h5,p{
    margin: 0;
}
h1{
    font-size: 80px;
    line-height: 1;
    margin-bottom: 16px;

}
h2{
    text-align: center;
    font-size: 40px;
    padding-bottom: 14px;
    
}
header h2{
    font-size: 30px;
    line-height: 0.45;
}
section{
    padding-top: 40px;
    padding-bottom: 6px;
    line-height: 1.43;
}
/* section:first-of-type{
    background-color: rgba(0, 0, 255, .3);
} */
.main-column1{
    width: 960px;
    margin: auto;
}
.hamster2{
    width: 400px;
    float: right;
    height: 300px;
    margin: 20px -1px 27px 43px;
}
p{
    font-size: 18px;
    margin-top: 17px;
    line-height: 140%;
}
.main-column2 h2{
    padding-bottom: 488px;
}
/* .main-column2{
    background-color: rgba(0, 255, 0, .3);
    margin-top: -40px;
    padding-bottom: 103px;
    padding-top: 37px;
} */
.hamsters{
    width: 200px;
    height: 150px;
}


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

.grid {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
}

.grid li {
    align-items: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 21px;
    padding-top: 2px;
}

.grid li img {
    float: left;
    margin-right: 10px;
    width: 200px;
    height: 150px;
}

.section2 {
    background-color: #ffffff;
    color: 353535;
    background-size: cover;
    overflow-x: hidden;
    padding-bottom: 31px;
}
.section3 h2{
    margin-top: -24px;
}
.last p{
    font-size: 26px;
    text-align: center;
    width: 720px;
    padding-left: 360px;
}
.section3{
    background-color: #ff9292;
    background-size: cover;
    overflow-x: hidden;
    padding-bottom: 98px;
}
.section4 h4{
    margin-block: 42px;
    font-size: 17px;
    margin-left: 237px;
}
.section4{
    background-color: #92ffde;
    background-size: cover;
    overflow-x: hidden;
    padding-bottom: 98px;
}
.section1{
    background-color: #ffff92;
    background-size: cover;
    overflow-x: hidden;
    padding-bottom: 56px;
}
