body {
  background: rgb(50, 100, 250)
}
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: 10px solid navy;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

a:link{

  color: black;
}

a:visited {
  color:black;


}
a:hover{
  color: #363434
}