body{
    background-color: black;
}
div{
    display: inline-block;
    position:relative;
    overflow: hidden;
    margin: 2px;
    background-color: lightskyblue;
    width: 1700px;
    height: 300px;
    border: 2px solid black;
}
img{
    position:absolute;
    width: 450;
    height: 300px;
    margin-left: 1250px;
}
l{
    margin-left: 20px;
    position: absolute;
    font-size: 50px;
}
p{
    position:absolute;
    background:lightgoldenrodyellow;
    bottom:-1em;
    border-top: 2px solid black; 
    border-right: 2px solid black;
    padding: 5px;
    margin-right: -2px; 
    margin-left: 10px;
}
.v{
    font-size: 16.5pt;
    width:1200px;
}
.h{
    font-size: 20pt;
    width:1000px;
}
.g{
    font-size: 20pt;
    width:1000px;
}
.home{
    position: absolute;
    text-decoration: none;
    font-size:50px;
    color:red;
    top:30px;
    left: 1550px;
    z-index: 999;
}