.button{
  background-color: #327291;
  color: #ffffff;
  margin: 8px !important;
  text-decoration: none !important;

  border-radius: 0;
  width: 160px;
  height: 54px;

  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;

  background-image: none !important;
  text-shadow: none;

  transition: all 0.3s ease;
  cursor: pointer;
}

.button:hover,
a.button:hover{
  background: #295d76 !important;
  background-image: none !important;
  color: #ffffff !important;
  text-decoration: none !important;
}