body {
  color: white;
  background-color: #c33237;
  font-family: monospace;
  text-align: center;
  padding: 0px;
  font-weight: bold;
  font-size: 17px;
}

h1 {
  font-size: 5em;
  margin:1em;
}

p {
  margin-left: .75em;
  margin-right:.75em;
  font-size: 175%;
  font-weight: normal;
  line-height: 70px;
}
.mail{
  font-style: italic;
  font-size: 100%;
}

@media only screen and (min-width:1000px){

body {
  color: white;
  background-color: #c33237;
  font-family: monospace;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  
}

h1 {
  font-size: 300%;
}

p {
  font-size: 175%;
  font-weight: normal;
}
#p1{
  position:absolute;
  left:50%;
  transform: translate(-50%);
  top:225px;
  margin:0;
  height:390px;
}

}