h2 {
  font-weight: bold;
}

footer.container {
  display: none;
}

.button {
  border-radius: 100px;
  background-color: #e5efe6;
  color: black;
  border: 1px solid #707070;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
}

.button:hover {
  border: 1px solid black;
  box-shadow: inset 0 0 0 1px black;
  background-color: #e5efe6;
  color: black;
}