.button {
  
  border: none;
  color: white;
 // padding: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  //margin: 4px 2px;
  cursor: pointer;
  width: 300px;
  height: 220px;
 
  padding: 35px 45px;
  text-decoration: none;
  
   align-items: center;
  justify-content: center;
  
  border-radius: 3px;
}

.button:hover {
background-color: #223094;}

