*{
    padding: 0;
    margin: 0;
}
body{
    background-color: #343f51;
 
} 
#title{
 
    text-align: center;
    font-size: 30px;
    color: black;
    padding: 20px;
    font-weight: bold;  
}
#header{
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

#container{
display: flex;
padding-top: 200px;
 
}
.algo-container{
    flex: 25%;
    display: inline-block;
    font-weight: bold;
}
.imageContainer{
    max-width: 90%;
    margin: 10px auto;
}
.image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
  }
.imageContainer:hover{
    max-width: 97%;
    animation: func 0.2s  ;

}
@media func{
    from
    {
       max-width: 90%;
    }
    to{
      max-width: 97%;
    }

}

a{
    text-decoration: none;
    color: #dcebff;
     font-size: 20px;
}
.category_link{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
 