@import url("../fonts/dinpro/stylesheet.css");
@import url('../fonts/pulang/stylesheet.css');
@import url("sp-icons.css");

body {
    font-size: 18px;
    font-family: "DIN Pro", sans-serif;
    /* font-family: "Pulang", sans-serif; */
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    height: 100vh;
    background-image: url("../img/bg/plane_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*************************************************
HEADER
*************************************************/
header {
    padding-top: 2rem;
    padding-bottom: 1rem;
}


/*************************************************
FOOTER
*************************************************/
.footer {
    background-image: url("../img/bg/footer.png");
    background-position: center;
    /* height: 50vh; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    font-family: "Pulang", sans-serif;
    color: #FFF;
    text-align: center;
    padding: 1rem 0;
    min-height: 8rem;
}
