html,
body {
    min-height: 100vh;
}

body {
    background: url(../images/bg.svg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
}

h1 {
    color: #784690;
    font-weight: bold;
}

h2 {
    color: #17338a;
}

h3 {
    font-weight: 300;
    color: #292b73;
}

footer {
    background: #292b73;
    color: white;
    font-weight: 300;

}