body{
    background-image: url('forest-background.avif');
}
img{
    height: 180px;
    width:180px;
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 50px;
}
.box{
    margin-left:20%;
    margin-right:20%;
    background-color: rgb(19, 7, 19);
    width: 60%;
}

.heading{
  font-family: "Ojuju";
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
  color: white;
  text-align: center;
}
.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding: 10px;
    margin: 10px;
}
.image{
    flex-basis: 205;
}
h3{
    color:white;
    padding-bottom: 5px;
}