body {
  background: rgb(50,150,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;

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


a:link{
  
  color: black;
}

a:visited {
  color:black;
}
a:hover{
  color: #363434
}