#buttoner {
  background-color: #0425aa; /* Green */
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
#buttoner:hover {
  background-color: #0a3bff; /* Darker green */
}

#email-buttoner {
  padding-right: 144px;
  margin-bottom: 10px;
}

/* Responsive Layout */
@media (min-width: 640px) {
  #email-buttoner { 
    padding-right: 100px;
}
}