/* Buttons */
.button {
    background-color: green; /* green */
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 8px 4px;
    cursor: pointer;
}
.button1 {width: 250px; border-radius: 8px;}
.button2 {width: 50%; border-radius: 8px;}
.button3 {width: 150px; border-radius: 8px;}