h1 {
font-family: 'Mr Dafoe', cursive;
color: #006B00;
text-align: center;
font-size: 50px;
font-weight: 20;
background-color: lightgray;
padding: 30px;
}

h2 {
text-align: center;
font-family: 'itim', cursive;
color: #006B00;
}

h3 {
text-align: center;
font-family: 'itim', cursive;
color: white;
}

p {
text-align: center;
font-family: 'itim', cursive;
color: #006B00;
font-size: 20px;
}

figure{
text-align: center;
}

figcaption{
font-family: 'itim', cursive;
background-color: lightgray;
border-radius: 60px;
width: 350px;
margin: auto;
}

footer{
background-color: #006B00;
padding: 20px;
}

#box{
width: 500px;
border: 5px solid #006B00;
padding: 20px;
margin: 20px;
border-radius: 50px;
margin: auto;
background-color: lightgray;
}

#section{
display: flex;
flex-direction: row;
padding: 20px;
}

#borderimg {
  border: 20px solid transparent;
  border-image: url(https://projects.codecraftworks.com/web/8PWcMvOElN7oUCm7au5j/assets/border.png) 30 round;
}

a{
background-color: #006B00;
display: inline-block;
width: 100px;
text-align: center;
height: 40px;
margin: auto;
}

.navbar{
overflow: hidden;
font-family: 'itim', cursive;
}

.navbar a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

.description{
text-align: center;
}