body{
    font-family: 'Poppins', sans-serif;
    
}
header{
    height: 600px;
    background-color: rgb(255, 229, 182,0.4);
}
#color-highlight{
    color:yellowgreen;
}
.penguin-image{
    
    width: auto;
    height: 400px;
    border-radius: 20px;
    background-color:rgb(212, 209, 209,0.4);
    margin: 10px;
    padding: 10px;
}
.jacket-card{
    border: 0px;
    border-radius: 10px;
    
}
.jacket-card-footer{
    border: none;
    border-radius: 10px;
    background-color: white;
}
/* .height-define{
      height: 140px;
      border-radius: 10px;
}
.footer-aria{
    height: 700px;
  
  
} */
/* @media only screen and (max-width: 600px){
    body{
        display: flex;
        flex-direction: column;
    }
} */
.find-perfect-fit img {
    width: 88px;
}
.find-perfect-fit-image {
    width: 100%;
}
.card-border-fit{
    border: 0px;
    margin-right: 20px;
    
    
}
.card-border-fit img{
    height: 300px;
    background-color:white;
    
    
} 
.cotact-us{
    width: 200px;
    
}


   
