body{
  background-color: #c2e4ff;
}

img{
  border-radius: 50px; 
  width: 300px;
  height: 200px;
  float: right;
}

.city{
  float: left;
  width: 250px; 
  height: 150px;
  border-radius: 100px;
}

p{
  font-family: open sans condensed;
  font-size: 20px;
}

h1{
 text-decoration-line: overline;
 font-family: cookie;
 text-align: center;
 font-size: 50px;
 font-weight: 200;
 text-shadow: -2px 2px #e06d93;

}

h2{
  font-family: inter;
  font-weight: 100;
  text-decoration-line: underline;
  color: #398df6;
}

h4{
  font-weight: 100;
  font-size: 25px;
  font-family: open sans condensed;
}

h6{
  text-align: right;
}

#nav {
  left: 0px;
  height: 40px;
  background-color: #fca2c3;
  width: 100%;
  margin: 0 auto;
  display: flex; 
  justify-content: center;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav ul li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav ul li a {
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  display: block;
  color: #ffffff;
  text-align: center;
}

#nav a:hover{
  background-color: pink;
}
