*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Poppins", sans-serif;
    background-color: dimgray;
}
.title{
    color: white;
    text-align: center;
    padding: 10px;
    background-color: black;
}

.container{
    grid-template-columns: repeat(4,1fr);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
    
}
.box{
    margin: 10px;
    flex-basis: 20%;
    padding: 10px;
}
.foot{
    padding: 10px;
    text-align: center;
    background-color: rgb(224, 215, 233);
    color: rgb(209, 105, 105);
    justify-content: center;
   
}

    

.h{
    color: rgb(201, 220, 206);
    text-align: center;
}