body{
    background-color: #fefae0;
}
.card{
    border: 2px solid #606c38;
}
.card:hover{
    box-shadow: 8px 8px 8px #283618;
}