body{
    background-color: #6100b7;
    margin: auto;
}


img {
    max-width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
}

.btnClass {

    margin: 10px auto;
    display: block;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    border-radius: 500px;
    transition-property: background-color,border-color,color,box-shadow,filter;
    transition-duration: .3s;
    border: 1px solid white;
    letter-spacing: 2px;
    min-width: 160px;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 700;
    text-align: center;
    padding: 17px 48px;
    color: #fff;
    background-color: #001c76;
    height: 48px;
    :hover{
        transform: scale(1.04);
        background-color: #b743ff;
    }


}


  

    

