body {
    background-color: rgb(221, 221, 221);
}


div.relative {
    position: relative;
    /* width: 400px;
    height: 200px; 
    border: 3px solid #73AD21;*/
    margin: 25px;
}

div.absolute {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 81px;
    height: 30px;
    border: 1px solid #ffffff;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 18px;
}

div.absolute2 {
    position: absolute;
    top: 258px;
    left: 103px;
    width: 87px;
    height: 23px;
    border: 5px solid #ff4700;
}

img{
     height: 300px; 
}