body {

    font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: 900;
    margin: 0;
    padding: 0;
    background-color: white;  


}

nav {
  background-color: white;
  padding: 10px;
}

nav a {
  color: pink;
  text-decoration: none;
  margin: 0 10px;
}   

li {
color:#134cb8 ;
  list-style: none;
  display: inline;
}

img {
  width: 80%;
  height: auto;
  background-size: cover;
    border-radius: 10px;    
}

h1{

color:pink;

}

a {

color:pink;
font-size: 2rem;
text-decoration: none;


}