body {
  background-color: #87B3E8; 
  color: solid black; 
  font-family: Dynapuff;
 }
h1{
  font-family: "DynaPuff", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: solid black;
  font-size: 55px;
}
.navbar {
  display: flex;
  gap: 20px;   /* space between items */
  list-style: none;
  font-size: 20px;
}
a{
  font-family: Dynapuff;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-color: solid black; 
}
html {
  scroll-behavior: smooth;
}

/* Section Jump Nav */
.fav-nav {
  text-align: center;
  margin-bottom: 30px;
}

.fav-nav a {
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
  color: solid black;
}

.fav-nav a:hover {
  text-decoration: underline;
}

/* Section Layout */
.fav-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #87B3E8;
  margin: 30px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

.fav-text {
  width: 60%;
}
.fav-section img {
  width: 350px;   /* bigger */
  height: auto;   /* keeps proportions normal */
  border-radius: 25px;
}