button {
    font-weight: bold;
    color: white;
    background: #00327C;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    padding: 0.6rem 2rem;
    cursor: pointer;
    box-shadow: rgba(0, 16, 41, 0.25) 0px 14px 30px;
}

.button {
    font-weight: bold;
    color: white;
    background: #00327C;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    padding: 0.6rem 2rem;
    cursor: pointer;
    box-shadow: rgba(0, 16, 41, 0.25) 0px 14px 30px;
}