    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
    * {
        margin: 0;
        padding: 0;
        font-family: poppins, sans-serif;
      }
      
      body {
        background-image: url(background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
        scroll-behavior: smooth;
      }
      
      .logo {
        display: flex;
        justify-content: space-between;
        padding-right: 5%;
      }
      
      .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: space-between;
        max-width: 1200px; 
        margin: 0 auto;
      }
      
      .shoes {
        width: 250px;
        height: 300px;
        background-color: #B6C4B6;
        border-radius: 1em;
        margin: 10px;
        box-sizing: border-box; 
        padding: 10px; 
      }
      
      .shoes img {
        width: 100%; 
        height: auto; 
        border-radius: 1em;
      }
.shoes:hover{
    transform: scale(1.1);
}

.shoes1{
    text-align: center;
}
.shoes1 img{
    max-width: 80%;
    max-height: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    border-radius: 15px;
}
.itito{
    font-family: 'poppins', sans-serif;
    font-size: 22px;
    color: gray;
}
.itito1{
    color: #DED0B6;
    font-size: 18px;
    font-family: 'poppins', sans-serif;
}


 