html{
    text-align: center;
   margin: auto;
   background-image: url("https://i.pinimg.com/736x/03/68/a2/0368a260834f08a44c9c0e5fba8b93b1.jpg");
   background-size: 120px;
   

}

div{
    display: inline-block;
    margin:10px;
    border: lightcoral 2px solid;
    background-color: #f5f5dcee;
    margin-bottom: 140px;
}

footer{
    border: lightcoral 2px solid;
    background-color: #f5f5dcee;
}

h1{
    background-color: #f5f5dcee;
    margin-bottom: 0;
}
.h{
   background-color: #f5f5dcee; 
   margin-top:0;
   margin-bottom: 90px;
}
.s{
    display: inline-block;
    position: fixed;
    top: 0px;
    right: 200px;
}
p{
    margin: 2px;

}
a,a:visited{
    color: #c13232;

}
