.btn {
text-align:center;
float:right;
width: 150px;
margin-top:60px;
cursor: pointer;
  background: #87c2ec;
  
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 22px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background:#70ff77;

  text-decoration: none;
}