body{
    background-color: #b4e2b1;
    
}
.shadow{
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    color: #35747e;
    background-color: #eceddb;
}
.shadow img{
    width: 60%;
}
.shadow:hover{
    box-shadow: 0 0 5px 9px #80808066 !important;
}
.bg{
    background:#bcdde2;
    height: 80vh;
    margin-bottom: -85vh;
    background-position: center;
    box-shadow: 0 0 13px #808080b0;
}
h1{
    font-size: 25px;
}
h2{
    font-size: 20px;
}