body {
        background: #34753a;
      }
      p {
        color: white;
        font-family: Cambria;
        text-align: center;
      }
      h1 {
        font-weight: bold;
        font-family: Cambria;
        color: white;
        text-align: center;

      }
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

      h2 {
        font-weight: bold;
        font-family: Cambria;
        color: white;
        text-align: center;

      }
/* unvisited link */
a:link {
  color: white
}

/* visited link */
a:visited {
  color: white
}

/* selected link */
a:active {
  color: white;
}

/* The navigation menu */
.navbar {
    overflow: hidden;
    background-color: #34753a;
}

    /* Navigation links */
    .navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

/* The subnavigation menu */
.subnav {
    float: left;
    overflow: hidden;
}

    /* Subnav button */
    .subnav .subnavbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    /* Add a red background color to navigation links on hover */
    .navbar a:hover, .subnav:hover .subnavbtn {
        background-color: darkolivegreen;
    }

/* Style the subnav content - positioned absolute */
.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: darkolivegreen;
    width: 100%;
    z-index: 1;
}

    /* Style the subnav links */
    .subnav-content a {
        float: left;
        color: white;
        text-decoration: none;
    }

       /* Add a grey background color on hover */
        .subnav-content a:hover {
            background-color: #eee;
            color: black;
        }

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
    display: block;
}
.button {
    background-color: dark-green; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}
ul {
	color: white;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}