header {
    width: calc(200px + 50vw);
    max-height: calc(80px + 30vw);
    box-sizing: border-box;
    padding: 0px;
    margin: auto;
    border: 1px solid #000;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bolder;
    background-color: #FFF9CC;
    color: #000000;
}
footer {
    width: calc(200px + 50vw);
    align-content: flex-end;
    box-sizing: border-box;
    padding-left: 5px;
    margin: auto;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}
.content {
    width: calc(200px + 50vw);
    box-sizing: border-box;
    padding: 5px;
    margin: auto;
    border: 1px solid #000;
    background-color: #FFF9CC;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.img {
    width: calc(200px + 50vw);
    height: calc(80px + 30vw);
    box-sizing: border-box;
    overflow: hidden;
    margin: 0px;
    position: relative;
    top: -62px;
    left: 0px;
    z-index: 1;
    border: 1px solid #000;
}
.body {
    background-color: #B4B1AD;
}
.overlayimg {
    overflow: hidden;
    width: 130px;
    height: 60px;
    position: relative;
    top: 20px;
    left: 10px;
    z-index: 2;
    border: 1px solid #ffffff;
}
.heading {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    background-color: #FFF9CC;
}