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{color: #0b3f5c;
  font-family: "Rancho", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  }
div{
  border: 3px solid black;
  padding: 0px;
}
li {
  display: block;
}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{color: #0b3f5c;
  font-family: "Rancho", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 20px
  }
div{
  border: 3px solid black;
  padding: 0px;
}
li {
  display: block;
}
.navbar {
  display: flex;
  gap: 20px;   /* space between items */
  list-style: none;
  font-size: 20px;
}
.container {
    display: grid;
    /* Creates 4 columns, each taking an equal fraction (1fr) of the available space */
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px; /* Adds space between columns */
}

.column {
    background-color: #87B3E8;
    padding: 0px;
    border: 3px solid black;
    text-align: center;
}
.bio-img{
height: 100%;
width: 100%; 
}