html{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;  
    color: #17252A;
  }
  body{
    display: block;
    margin-left: 11%;
    margin-right: 40%;
  }

.header{
    margin-bottom: 90px;
    

}
.chunks{
    margin-top: 40px;
    margin-bottom: 70px;
}
.squares{
    margin-top: 40px;
    margin-bottom: 50px;
}
h1{
    margin-bottom: 0px;
    margin-top: 30px;
    font-size: 120px;
    font-weight: 800;
    letter-spacing: 0.02em;
}
h2{
    font-size:30px;
    margin-bottom: 15px;
    font-weight:900;
}
h4{
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 30px;

}
ul{
    font-size: 12pt;
    margin-bottom: 2px;
    margin-top: 2px;
    font-weight: 600;
}
li{
    margin: 10px 0;
}

h5{
    margin-top: 15px;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 21px;
}
h3{
    font-weight: 300;
    text-decoration: underline;
}

img.desktop{
    width: 100%;
    box-shadow: 5px 10px 20px #C3AFC8 ;
}

img.mobile{
    width: 360px;
    box-shadow: 5px 10px 20px #C3AFC8 ;
}