div.box{
    margin: none;
    padding-left: 10%;
    padding-right: 10%;
}
div.img{
    text-align: center;
    background-image: url("/resorces/sinkingSloop2.png");
    height: 400px;
    width: 100%;
    overflow: hidden;
    background-position-x: -510px;
    background-position-y: -992px;
    background-size: 2353px;
}
h2{
    
}
.overlay{
    color: #afafaf;
    font-size: 15px;
    z-index: -1;
    background: #282c34;
    height: 250px;
    width: 200px;
    padding-top: 30px;
    margin-top: 50px;
    margin-left: 65%;
    border-radius: 10px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}
#button{
    color: black;
    text-decoration: none;
    background: #b31717;
    font-size: 15px;
    padding: 10px;
    transition: 1s;
    height: 30px;
}
#button:hover{
    background: #d31d1d;
    transition: 1s;
}
h2{
    font-size: 20px;
    
}