body {
  background:rgb(50, 100, 150)
}
p {
  color: black;

  font-size; 20px
  text-align: center

}
h1 {
  font-weight: bold;

  font-size: 36px;
  text-align: center;
}
h2  { color: black;

  font-size:30px;
  text-align: center;

}

h4  {
  display: inline;
  font-size: 25px;
  
  
}

h5  {
  display: inline;
  font-size: 20px
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid grey;
  border-radius: 10px
}

a:link{
  color: black
  
}

a:visited {
  color:black;


}
a:hover{
  color: #363434
}