body {
  background-color: #ffffff;
}

h1 {
  font-weight: bold;
  color: #46a7a7;
  text-align: center;
  font-family: 'Times New Roman', serif;
  text-decoration: underline;
  font-size: 40px;
  }

h2{
  color: #46a7a7;
  text-align: center;
  font-family: 'Times New Roman', serif;
  font-size: 35px;
}

h3 {
  color: #46a7a7;
  font-family: 'Times New Roman', serif;
  font-size: 26px;
}

h4{
  float: right;
}

li {
  color: black;
  font-size: 20px;
}

em {
  color: #46a7a7;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}

img {
  float: right;
  border-radius: 25px;
  width: 300px;
  height:250px;
}