body  {
  background-image: url("forest.jpg");
  background-repeat: no-repeat;
   background-size: cover;
}

#myDIV {
font-style: italic;
  text-decoration: underline;
  text-decoration-color: blue;
  color: red;
  text-align: center;
}
.box {
 position: absolute;
 height: 450px;
  width: 150px;
  border-radius: 25px;
  left: 50px;
  top: 100px;
  
  

 }