body {
  font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 2em;
}

h1.one {
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #009933;
  font-size: 100px;
}

h1.two {
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #000000;
  font-size: 60px;
}

h1.three {
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #000000;
  font-size: 60px;
}

h2.three {
  font-family: "Times New Roman", serif;
  color: #000000;
  font-size: 40px;
}

h1 {
  color: #cc3300;
}

.bg-2 {
  color: #009933;
  background-color: #669900;
}

.bg-3 {
  color: #000000;
  background-color: #669900;
  font-family: "Times New Roman", serif;
}

.bg-4 {
  color: #000000;
  font-family: "Times New Roman", serif;
}

.bg-6 {
  color: #000000;
  font-family: "Times New Roman", serif;
  background-color: #339966;
}

.bg-8 {
  color: #000000;
  font-family: "Times New Roman", serif;
  background-color: #006666;
}

.bg-9 {
  color: #000000;
  font-family: "Times New Roman", serif;
  background-color: #999966;
}

.bg-10 {
  color: #000000;
  font-family: "Times New Roman", serif;
  font-size: 35px;
  background-color: #3366cc;
}

body {
  background-color: #339966;
}

p.card-text {
  font-size: 25px;
  font-family: "Times New Roman", serif;
}

h4.card-title {
  font-size: 35px;
  font-family: "Times New Roman", serif;
}

p.one {
  font-size: 25px;
}

nav {
  font-family: "Times New Roman", serif;
}

a:link {
  color: #800000;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #ffff00;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #006600;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #660066;
  background-color: transparent;
  text-decoration: underline;
}

.footer {
   position: bottom;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #003366;
   color: #99ff99;
   text-align: center;
  font-size: 40px;
  font-family: "Times New Roman", serif;
  padding-top: 40px;
  padding-right: 50px;
  padding-bottom: 60px;
  padding-left: 50px;
}