body{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
}

#new-section {
  background-color: #BD97CB;
  padding: 20px; 
}

#new-section h2 {
  color: #333; 
  text-align: center;
  font-weight: bold;
}

.donate-button {
  background-color: #f06c9b; 
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: .25rem; 
  font-size: 1.25rem;
  cursor: pointer;
}
  
.donate-button:hover {
  background-color: #e0638b; 
}