body {
  background-color: #87B3E8; 
  color: solid black; 
  font-family: Dynapuff;
 }
p{
 color: solid black;
 font-family: Caveat Brush;
 font-size: 25px;
  
}
a{
  font-family: Dynapuff;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-color: solid black; 
}
li{
  display: inline;
  margin-right: 20px;
}
li{
  font-family: "Rancho", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 20px
  font-color: solid black;
  }
div{
  border: 3px solid black;
  padding: 0px;
}
li {
  display: block;
}
.navbar {
  display: flex;
  gap: 20px;   /* space between items */
  list-style: none;
  font-size: 20px;
  font-weight: 400;
}
.hobby {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
  gap: 30px;
}

.hobby-text {
  flex: 1;
  font-size: 19px;
}

.hobby-img {
  width: 200px;
  height: auto;
  border-radius: 15px;
}
.hobby-text ul li {
  font-size: 26px;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}