body {

  background: #f1f1f1;
}
h1 {
  font-size: 60px;
  font-family: Georgia, serif;
}

h3  {
  font-size: 40px;
  text-align: center;
}

p {
  color: black;
  text-align: center;
}
h1 {
  font-weight: bold;
}


h1 {text-align: center;}
p {text-align: center;}
h3 {text-align: center;}


.top-bar {
  background-color: #6a6869;
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;  /* centers horizontally */
  align-items: center;      /* centers vertically */
  color: whitesmoke;
}

a {
  text-decoration: none; /* removes underline */
  color:black;        /* makes link take the parent's text color */
}


/* mouse over link */
a:hover {
  color: #c75151;
}

h4 {
  font-size: 30px;
  text-align: center;
}

img {
  display: block;
  margin: auto;
  width: 50%


}


