body {
  font-family: Garamond, Serif;
  background-color: rgb(218, 218, 199);
}

h1 {
  font-family: Helvetica, sans-serif;
  color: #0c77a5;
}

.body-text {
  font-family:'Times New Roman', Times, serif;
  text-indent: 10px;
  padding: 15px 25px;
}

.body-text > p {
  font-size: 20px;
}

.topnav {
  background-color: #474747;
  overflow: hidden;
  font-size: 24px;
  font-family: Helvetica, sans-serif;
}

.topnav > a {
  text-decoration: none;
  color: #4298b9;
  padding: 15px 25px;
  text-align: center;
  display: inline-block;
}

.topnav > a:hover {
  color: white;
}

.title {
  font-size: 30px;
  font-weight: bolder;
  color: #174152
}

.cert > img {
  width: 150px;
  float: inline-end;
}

.cert {
  font-size: 24px;
}

img {
  size: 150px;
  border-radius: 90px;
  float: left;
  padding: 10px;
  margin-right: 20px;
}

