body{
   background-image: url(https://images.pexels.com/photos/3150553/pexels-photo-3150553.jpeg);
   
}
.box1{
     background-color: rgba(100, 78, 43, 0.836);
     padding: 20px;
}
h1{
    text-align: center;
    padding: 20px;
    font-size: 60px;
    color:antiquewhite;
}
.description{
    text-align: center;
    color:
     antiquewhite;
}
.crittermessage1{
    text-align: center;
    color:
     antiquewhite; 
     background-color: rgb(84, 66, 41);
     padding: 20px;
     width: 75%;
     margin: auto;
}
h2{
    text-align: center;
    color: bisque;
    font-size: 30px;
}
.resource{
    color: bisque;
    text-align: center;
}
a{
    color: lightcoral;
    text-align: center;
    margin: auto;

}
.a{
    text-align: center;
}