
.collapsible {
  background-color: cornflowerBlue;
  color: white;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-family: "Lucida Console", sans-serif;
}

.activity, .collapsible:hover {
  background-color: lightSkyBlue;
}

.content {
  padding: 0 35px;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  font-size: 18px;
  font-family: 'Trebuchet MS', sans-serif;
}

.footer {
  background-color: black;
  padding: 50px;
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
}

.footer2 {
  background-color: black; 
  text-align: center;
  padding-bottom: 100px;
}

.imgCaption {
  color: white; 
  font-family: 'Trebuchet MS', sans-serif;
}

.p {
 padding-bottom: 20px; 
}


