body{

  background-color:black;

  background-image:  url("https://www.nasa.gov/sites/default/files/styles/full_width_feature/public/thumbnails/image/potw2121a.jpg" );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
 
}
  
div{

  width: 400px;
  border: 15px solid #bf6600;
  padding: 80px 20px;
  margin: 30px auto;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  
  position: sticky;
  color: #bf2600;


}





footer{



  color: maroon;
  text-align: center;
  text-decoration-color:black;   

}
/* li{ type: "i";

  display: inline;} */


  /* header {
      text-align: center;
    }
    
    h1{
      text-align: center;
      font-family: cursive;
      font-size: 52px;
    
    }
    
    h2 {
      font-family: cursive;
      text-align: center;
      list-style: none;
      font-size: 40px;
    }
    
    
    nav {
      text-align: center;
      display: flex;
      justify-content: space-around;
      font-family: cursive;
      border: 2px solid black;
      background-color: aliceblue;
    }
    
    
    p {
      text-align: center;
      font-size: 18px;
    }
    
    body {
      background-color: bisque;
    }
    
    img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
    }
    ul{
    
      list-style-type: none;
    }
    iframe {
       display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      
    
    } */
