
body {
  margin: 100px 10px 10px 10px;
}
.butn {

  background: #3498db;
  text-align: center;
  background-image: -webkit-linear-gradient(top, #3498db, #1f6794);
  background-image: -moz-linear-gradient(top, #3498db, #1f6794);
  background-image: -ms-linear-gradient(top, #3498db, #1f6794);
  background-image: -o-linear-gradient(top, #3498db, #1f6794);
  background-image: linear-gradient(to bottom, #3498db, #1f6794);
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  border-radius: 1px;
  font-family: Arial;
  color: #ffffff;
  font-size: 32px;
  padding: 32px 40px 25px 33px;
  text-decoration: none;
}

.butn:hover {
  background: #3cb0fd;
  text-decoration: none;
}
