@import url("https://fonts.googleapis.com/css?family=Merriweather");
body {
  background-color: #336D62;
  font-family: 'Merriweather', serif; }

.content {
  padding: 25px; }
  .content a {
    width: 300px;
    background-color: #BF6570;
    color: white;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px; }
    .content a:hover {
      background-color: #336D62; }

p {
  text-align: justify }

section {
  background-color: #fff;
  width: 75%;
  min-width: 300px;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s; }
  section:hover {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2); }
  section .personlist li {
    text-align: left; }
    section .personlist li h3, section .personlist li p {
      line-height: 25px;
      margin: 0; }

.title {
  color: #BF6570;
  font-size : 1.7em;
  padding-top: 20px;
  padding-bottom: 0.1px;
}
  .title .smallText {
    color: gray; }
.img{
    width: 100%;
    height: 5px;
}