html {
background-image: url(https://cdn.imgchest.com/files/7bwckdb92v7.jpg);
font-family: verdana;
}

#container {
border: aqua 5px inset;
height: 130px;
width: 1460px;
margin: auto;
color: white;
font-size: 30px;
font-family: "Garamond";
text-align: center;
background-image: url(https://cdn.imgchest.com/files/4apc53keqr4.jpg);
}

#first {
  border: none;
  height: 200px;
  width: 700px;
  font-size: 16px;
  color: lightgrey;
    background-repeat: no-repeat;
  text-shadow: 2px 2px 5px darkblue;
  background-image: url(https://cdn.imgchest.com/files/46acqb539b7.gif);
}

#sec {
  border: aqua 6px solid;
  background-image: url(https://cdn.imgchest.com/files/7mmc9r5z6x7.jpg);
  height: 900px;
  width: 900px;
  margin: auto
}