body {
  background-color: #FBFFED;
  display: flex;
  justify-content: center;
  margin: 0;
  font-family: Helvetica;
  color: #1F0F0F;
  cursor: url("clover.png"), auto;
}


/* MAIN BOX */
.container {
  padding: 80px 20px;
  width: 681px;
  height: 529px; 
  background-color: #FBFFED;
}

.header {
  padding: 10px;
  text-align: center;
  color: #1F0F0F
}

.section {
  width: 227px;
  height: 227px;
  border: 2px dotted #A6BF7F;
  border-radius: 15px; 
}

.section .inner {
  width: 150px;  
  margin: 0 auto; 
}

.section .inner h4 {
  text-align: center;
}

.section .inner p {
  text-align: left;
}

/* NAV BAR */
.navbar {
  background-color: #A6BF7F;
  padding: 10px;
  display: flex;
  justify-content: space-around;
}

.navbar a {
  color: #FBFFED;
  text-decoration: none;
  font-weight: bold;
}
