.button {
    background-color: #006292;
    border: none;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
}


    .button:hover {
        background-color: #06134F;
    }

    .button:active {
        background-color: #06134F;
        /*box-shadow: 0 5px #666;*/
        transform: translateY(2px);
    }

.button1 {
    border-radius: 2px;
}

.button2 {
    border-radius: 4px;
}

.button3 {
    border-radius: 8px;
}

.button4 {
    border-radius: 12px;
}

.button5 {
    border-radius: 50%;
}
