﻿input[type=button], input[type=submit], input[type=reset] {
  background-color: #898989;
  border: none;
  border-radius: 15px;
  color: white;
  padding: 5px 40px;
  text-decoration: none;
  margin: 0px 10px;
  cursor: pointer;
}