body {
    background-color: #ffc9f4;
}

h1, h2, h3, h4, h5, h6 {
    color: #e0218a;
}
/* Button with hover below */
.button {
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #FBE8F3; 
  color: black; 
  border: 2px solid #e0218a;
}

.button1:hover {
  background-color: #e0218a;
  color: white;
}
