
body {
  background: url(wespy.jpg);
  background-repeat: repeat;
  font-family: "Martian Mono", monospace;
      text-align: center;
    
    display: flex;
flex-direction: column;
overflow: scroll;
  }
  
    
  
  .center {
    margin: auto;
  background: white;
  width: 57%;
  border: 5px black;
  padding: 20px;
  text-align: center;
}


  
  
