*{
    font-weight: 800;
    margin: auto;
    text-align: center;
    font-family: Poppins;
    color: white;
}
p, h1{
    margin-bottom: 10px;
}
body{
    background-color: black;
}
.div{
    display:flex;
    flex-direction: row;
    gap: 35px;
    flex-wrap: wrap;
    object-fit: cover;
    
    align-items: center;
    justify-content: center;
    align-self: center;
  margin: 0;
}
img{
    width: 19%;
    height:400px;
}
@media only screen and (max-width: 600px){
    img{
        height: 180px;
    }
}