html {
  height: 100%;
  width: 100%;
}

body {
  background-color: dodgerblue;
}

h1 {
  color: white;
  font-size:48pt;
  text-align:center;
  font-family: 'Zen Tokyo Zoo', cursive;
}

h2 {
  color: white;
  text-align:center;
}

p {
  color:black;
  font-size:18pt;
}

img {
  border-radius:15%;
  /* box-shadow: 2px 2px; */
  padding:10px 10px 10px 10px;
}

h2 {
  color: black;
  text-align:left;
  font-size: 20pt;
}

h2 {
  color: black;
  text-align:left;
  font-size: 20pt;
}

td {
  vertical-align:top;
}