body,
html {
    background-color: #5041D0;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: .9em;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4 {
    font-family: 'Abril Fatface', serif;
}

h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 3.5em;
}

h2 {
    font-size: 2.5em;
}

/* COLORS */
.text_violet {
    color: #5041D0;
}

.bg_violet {
    background-color: #5041D0;
}

.text_magenta {
    color: #F13998;
}

.text_green {
    color: #31CA80;
}

footer {
    font-size: 11px;
}


/* BTN */

.btn-primary {
    border-radius: 33px;
    background: #5041d0;
    border: #4439a5;
    padding: 15px 20px;
}

.hero-img {
    margin-top: -140px;
}