body {
  background-color: white;
}

h1 {
  color: black;
  text-align: center;
    font-family: monospace
    
}

h4 {
  color: black;
  text-align: center;
    font-family:  monospace
}
h2
{
  color: black;
  text-align: center;
    font-family:  monospace
}



p {
  color: black;
  text-align: center;
    font-family:  monospace}

img
{width: 1000
    
    
}
a {
  color: hotpink;  
    text-align: center;
    font-family:  monospace;
font-size: "12px"}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

