.button {
  background-color: white;
  border: none;
  color: black;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
}

#outerHeader {
  background-color: #1abc9c;
  padding-top: 80px;
  padding-bottom: 80px;
}

header{
  background-color: #1abc9c;
  color: white;
  height: 100px;
  overflow: hidden;
}

header p {
  font-size: 20px;
}

#title{
  display: inline-block;
}
header img{
  width: 100px;
  margin-right: 30px;
  display: inline-block;
  padding-bottom: 40px;
}

.rcorners {
  border-radius: 10px;
}

.button4 {
  border-radius: 12px;
  padding: 10px;
  background-color: #1abc9c;
  color: white;
  
}