body {
  background: gray;
}
p {
  color: red;
  font-size: 18px;
  font-family: monospace;
  text-align: left;
  
}

h1 {
  font-weight: bold;
  text-align: left;
  color: white;
}

h3 {
  color: rgb(14,19,255);
  text-align:left;
}

.hewt {
  width: 500px;
  border-color: rgb(255,0,0);
  border-style: dotted;
  border-width:thick;
}
  