.button {
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  transition-duration: 0.2s;
  cursor: pointer;
  width:  205px;
  border-radius:  7px;
}

.button1 {
  background-color: #4c4c4c; 
  color: white; 
  border:  2px solid #4c4c4c;
}

.button1:hover {
  background-color: white;
  color: #4c4c4c;
  font-weight:  bold;
  border: 2px solid #4c4c4c; 
}