body {

color: #011f3b;
    font-family: 'Ubuntu';
    font-style: normal;
font-weight: 300; line-height: 1.4em
}


.securebutton-imp {
    background: #011f3b;
    color: #fff;
    display: flex;
    border-radius: 35px;
    text-transform: uppercase;
    padding: 10px 30px;
    align-items: center;
    z-index: 15;
    font-weight: 300;
    cursor: pointer;
    transition: 0.7s;
text-align: center;
    font-size: 20px;
}

.securebutton-imp:hover {
    background: #ca9390;
    transition: 0.7s;
color: #fff; text-decoration: none;}

.secure-imp {
    margin-bottom: 20px;
    display: inline-block;
}
