.button {
background: skyblue;
    padding: 15px 30px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffff;
    display: inline-block;
    min-width: 150px;
    font-size: 1.1em;
    text-align: center;
  }
.button:hover {
    background: #137C95;
    color: #fff;
}