body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

body {
background-color: #784cfb;
}

.colorTransition
{
    background:rgb(255, 255, 255);
    background-repeat: no-repeat;
    transition:1.5s ease;
    -moz-transition:1.5s ease;
    -webkit-transition:1.5s ease;
}

#footer
{
background-image: url("https://local.mlcdn.com/a/0/1/images/4a1aa756e58b382521ee12328330ed0ad0fc58bd.png")!important;
}

.w3-bar-block .w3-bar-item {
    padding: 20px
}

img
{
    border-radius: 0.25rem!important;
}

.ml-lp-5 .button-block .btn-block {
    width: auto;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    font-size: 13px;
    color: #784cfb;
    border-radius: 30px;
    padding: 14px 40px!important;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.button-block .btn-block:hover {
    background-color:rgb(218, 218, 218);
}

h2 {
    font-family: 'Poppins', sans-serif;
    color: #c7b3ff;
    letter-spacing: 0px;
    line-height: 200%!important;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

label, .btn-primary {
    font-family: 'Poppins', sans-serif;
}


p.purple, ol {
    font-family: 'Poppins', sans-serif;
    color: #d9ccff;
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: 200%!important;
}


label {
    float: left;
    padding: 0 1em;
    text-align: center;
  }