.background {
    background-color: gray;
}

.window {
    background-color: #74aca5;
    border-style: solid;
    border-color: #005533;
    border-width: 10px;
    margin: auto;
    width: 1200px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    min-height: 100vh;
}

.header {
    padding: 50px;
    background-color: #005533;
    color: #fff;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 15px;
}

.body {
  width: 800px;
  border-style: solid;
  border-color: #005533;
  border-width: 10px;
  background-color: #00846e;
  color: #fff;
  font-size: medium;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.body h2 {
  text-align: center;
}

.body-left {
    width: 800px;
    border-style: solid;
    border-color: #005533;
    border-width: 10px;
    border-left: 0px;
    background-color: #00846e;
    color: #fff;
    font-size: medium;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.body-right {
  width: 800px;
  border-style: solid;
  border-color: #005533;
  border-width: 10px;
  border-right: 0px;
  background-color: #00846e;
  color: #fff;
  font-size: medium;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.services {
  float: right;
  width: 330px;
  border-style: solid;
  border-color: #005533;
  border-width: 10px;
  border-right: 0px;
  background-color: #00846e;
  color: #fff;
  font-size: medium;
  padding-left: 0px;
  padding-right: 10px;
}

.testimony-left {
  width: 700px;
  padding: 10px;
  border-style: solid;
  border-color: #005533;
  border-width: 10px;
  border-left: 0px;
  background-color: #00846e;
  color: #fff;
  font-size: medium;
  padding-left: 10px;
  padding-right: 10px;
}

.name-left {
  width: max-content;
  padding-left: 10px;
  padding-right: 10px;
  border-style: solid;
  border-color: #005533;
  border-width: 10px;
  border-top: 0px;
  margin-left: 50px;
  background-color: #00846e;
  color: #fff;
  font-size: medium;
  text-align: center;
  margin-bottom: 10px;
}

.testimony-right {
  width: 700px;
  padding: 10px;
  border-style: solid;
  border-color: #005533;
  border-width: 10px;
  border-right: 0px;
  background-color: #00846e;
  color: #fff;
  font-size: medium;
  margin-left: auto;
  margin-right: 0px;
}

.name-right {
  width: max-content;
  padding-left: 10px;
  padding-right: 10px;
  border-style: solid;
  border-color: #005533;
  border-width: 10px;
  border-top: 0px;
  margin-right: 50px;
  background-color: #00846e;
  color: #fff;
  font-size: medium;
  text-align: center;
  margin-left: auto;
  margin-bottom: 10px;
}

.footer {
  padding: 50px;
  background-color: #005533;
  color: #fff;
  margin-left: 250px;
  margin-right: 250px;
  margin-top: 15px;
}

.button-row {
  text-align: center;
  background-color: #00846e;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 950px;
  margin: auto;
  margin-bottom: 20px;
  border-style: solid;
  border-color: #005533;
  border-width: 5px;
}

.button-main {
  background-color: #005533;
  border: 1px solid #005533;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 10px 25px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
  
.button-main:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}
  
@media (min-width: 768px) {
  .button-main {
    padding: 10px 30px;
  }
}

.button-current {
  background-color: #74aca5;
  border: 1px solid #74aca5;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 10px 25px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
  
.button-current:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .button-current {
    padding: 10px 30px;
  }
}

.circle { 
  display: inline-block; 
  line-height: 0px; 
  border-radius: 50%; 
  font-size: 48px;
  background-color:#00846e;
  color: white; 
  width: 100px;
  text-align: center;
} 

.circle span { 
  display: inline-block; 
  padding-top: 50%; 
  padding-bottom: 50%; 
  margin-left: 8px; 
  margin-right: 8px; 
} 