

body {
    margin-top: 50px;
    text-align: center;
    background-color: #211375;
    background-image: url("https://virulace.neocities.org/images/lace-bg.png");
    font-size: 10px;
    font-family: Monospace, "Lucida Console", serif;
  }


.section{
      margin-left: 200px;
      margin-right: 200px;
      margin-top: 50px;
      text-align: center;
      background-color: white;
      content: center;
      outline: dashed;
      outline-color: white;
      outline-width: 3px; 
  }
      
      
p {
  line-height: 1.6em;
}
      
h {
    color: white;
    text-align: center;
    font-size: 50px;
    font-family: Monospace, "Lucida Console", serif;
    
  
  }
  
h1 {
    margin-top: 20px;
    text-align: center;
    font-size: 30px;
    font-family: Monospace, "Lucida Console", serif;
  
}

h2 {
    text-align: center;
    font-size: 20px;
    font-family: Monospace, "Lucida Console", serif;
  
}
  
 
img {
  max-width: 100%;
  height: 200px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}


.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  cursor: pointer;
}

.right {
  float: right;
  margin-left: 1em;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  


