body{
  background-color: #3e2bec;
}

h1{
  color: white;
  font-family: monospace;
  background-color: #7e182d;
  text-align: center;
  font-size:50px;
}
img{
  width: 500px;
 border-style: dotted;
 border-color: white;
  border-width: 10px;
}

h2{
  color: white;
  font-family: monospace;
  background-color: #7e182d;
  text-align: center;
  font-size:30px;
}

h3{
  color: white;
  font-family: monospace;
  background-color: #7e182d;
  text-align: center;
  font-size:30px;
}

p{
  color: white;
}
a{
 font-family: impact;
font-size: 25px;
border-style: groove;
border-color: white;
border-width: 10px;
color: white;
}