body {
  background-color: black;
  color: white;
  font-size: 16px;
}

h1 {
  font-family: garamond, georgia, serif;
  font-size: 3.5em;
}

h2 {
  font-family: garamond, georgia, serif;
  font-size: 2.25em;
}

h3 {
  font-family: garamond, georgia, serif;
  font-size: 1.5em;
}

p {
  font-family: 'courier new', tahoma, sans-serif;
  font-size: 0.9em;
}

img {
  height: 200px;
  border-style: double;
  border-color: cyan;
  border-radius; 5px; 
  box-shadow: 10px 10px navy;
}

.hottext {
  font-size: 5em;
  color: red;
  font-family: 'Brush Script MT', cursive;
  text-shadow: 3px 3px 1px blue, 6px 6px 2px orange, 9px 9px 3px yellow;
}