body {  
  background-color: #292917;
  background-image: url(https://i.pinimg.com/736x/53/e2/45/53e245c844869419231ff512edd51a17.jpg);
  background-size: 30%;
  max-height: 100vh;
justify-content: center;
justify-self: center;
}


  
 #oops {
  line-height: 10px;
font-size: 15px;
background-color: rgb(109, 205, 203);
position:relative;
justify-items: center;
border: #000000 solid 10px;
margin: 100px;
padding: 10px;
width: fit-content;
min-width: 700px;

p {font-size: 22px;}
  }


  
  #iframe {
  position: relative;  
display: flex;
margin: 10px;

  }

  iframe {
width: 49.7%;
height: 200px;
  }