body{
    background-color: lightgrey;
}
.home{
    position: absolute;
    text-decoration: none;
    font-size:40px;
    color:red;
    top:0px;
    left: 780px;
    z-index: 999;
}
.f{
    position: absolute;
    position:absolute;
    top:0px;
    height:950px;
}
.s{
    position: absolute;
    top: -200px;
    height:800px;
    left:720px;
}
.cover{
    position:absolute;
    background-color: black;
    font-size:25px;
    color:gold;
    width:100px;
    top:440px;
    left:250px;
}
.text{
    position:absolute;
    background:lemonchiffon;
    bottom:-1em;
    border-top: 2px solid black; 
    border-right: 2px solid black;
    border-bottom: 2px solid black; 
    border-left: 2px solid black;
    z-index:998;
    padding-left: 40px;
    padding-top: 10px;
    top:500px;
    left:720px;
    font-size: 30px;
    width:1025px;
}
