body{
    background-image: url(Body.jpg);
}
#cases{
    text-align: end;
}
#layout{
    background-color: white;
    box-sizing: border-box;
    box-shadow: 2px 10px 20px #ddd;
}
.header{
    background-image: linear-gradient(to top,#a7d2ff,rgb(206, 205, 205));
    text-align: center;
    border-radius: 10px;
    color:rgb(49, 49, 49);
}
h2{
    background: -webkit-linear-gradient(#007bff,#151414);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}
.header:hover{
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #beddff;
    border-top: 1px solid #94c8ff;

}

