* {
  font-family: arial;
  text-align: center;
  margin: 0px;
  padding: 0px;
}


p {
  color: orangered;
  font-weight: bold;
}

#id {
  color:forestgreen;
  font-family: monospace;
}

.class {
  color: dodgerblue;
  font-weight: 100;
  font-size: 12px;
}