body {
  background-color: #87B3E8; 
  color: solid black; 
  font-family: Dynapuff;
 }
p{
  color: solid black;
  font-family: Caveat Brush;
  font-size: 40px;
}  
  /* Add styles here! */


div{
  border: 3px solid black;
  padding: 30px;
}
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;
  }
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;
}
.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%; 
}
.delicious-handrawn-regular {
  font-family: "Delicious Handrawn", cursive;
  font-weight: 400;
  font-style: normal;
}
.caveat-brush-regular {
  font-family: "Caveat Brush", cursive;
  font-weight: 400;
  font-style: normal;
}