a{text-decoration:none
;color: red}
*{

margin: 0;

padding: 0;

box-sizing: border-box;

}

.container{

width: 1100px;

height: 800px;


position: relative;

}

.container img{

width: 100%;

height: 100%;

}

.container p{

position: absolute;



top: 15%;
left: 45%;

}