/* ---------------------------------------------------
    BODY STYLE
----------------------------------------------------- */

body {
    font-family: 'Poppins', sans-serif;
    color: aliceblue;
    background-image: url(../images/green.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 70px;
    margin: 20% 0;
}