body {
    background-color: #031e41;
    max-height: 100vh;
}

h1,
h2,
h3 {
    font-family: "Work Sans", Arial, sans-serif;
    color: #fff;
    margin: 0.3rem 0;
}

h3 {
    font-weight: 500;
}

p {
    font-family: "Work Sans", Arial, sans-serif;
    color: #fff;

}

#sky-information {

    .construction {
        margin: 5rem 0 1rem 0;
    }


}

#info {
    margin-top: 0rem !important;
}

h1 {
    letter-spacing: 0.6rem;
    margin-bottom: 0;
}

h2 {
    letter-spacing: 0.4rem;
    margin : 0 0 1rem 0;
}

a {
    text-decoration: none;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    background-image: url(../image/skypilot_wings_big.svg);
    background-repeat: no-repeat;
    background-position: left 31%;
    background-size: 98%;

}


header {
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

#sky-information {
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.skypilot-copyright {
    opacity: 1;
}

.skypilot-footer {
    margin: 0 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    p {
        font-size: 0.8rem;
    }
}



.diabolo-design-copyright {
    display: flex;
    gap: 0.5rem;
    opacity: 0.5;
}



@media screen and (max-width: 768px) {

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    h3 {
        text-align: center;
    }

    p {
        font-family: 'Verdana', 'Arial', sans-serif;
        color: #fff;
        font-size: 0.9rem;
    }

    a {
        text-decoration: none;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        background-image: url(../image/skypilot_wings_big.svg);
        background-repeat: no-repeat;
        background-position: left 31%;
            background-size:98%;
    }

    header {
        padding-top: 5rem;

        img {
            width: 250px;
        }
    }

    .skypilot-footer {
        flex-direction: column;
        align-items: center;

        p {
            font-size: 0.8rem;
        }

    }
}