body{
  background-color:#333333;
  font-family: 'Open Sans', sans-serif;
  color:#cccccc;
}
a{
  text-decoration:none;
  font-family: 'Open Sans', sans-serif;
  color:#cccccc;
  margin-left: 30px;
}
.header-image{
  padding-top:10px;
  padding-left:20px;
}
.navbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
  height:140px;
  background-color:#009933
}

.centered-div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
  margin-top:20px;
}
.aligned-div{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  width:100%;
  margin-top:20px;
  border:1px;
  border-bottom-style:dashed;
  border-color:#666666;
}
.centered-text{
  font-size:20px;
  text-align:center;
  margin-left: 20px;
}
.aligned-text{
  font-size:20px;
  text-align:left;
  margin-left: 20px;
  width: 70%;
}

.navlinks {
  text-decoration: none;
  color: #333333;
  margin-right:30px;
  font-weight: bold;
  font-size: 20px;
}
.navlinks:hover{
  color:#0000ff
}
h1, h2, h3{
  text-decoration:underline;
  margin-left: 20px;
}
h1{
  font-size: 40px;
}
h2{
  font-size: 32px;
}
h3{
  font-size: 25px;
}
