.button {
    background: #2D9CDB;
    padding: 10px 10px;
    border-radius: 20px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffff;
    display: inline-block;
    font-size: 1em;
    text-align: center;
}
