body {
    /* margin: 10rem 0 0 0; */
    max-height: 100vh;
    /* min-height: 100vh; */
    background-color: rgba(23, 27, 77, 1);
    background-image: repeating-linear-gradient(-35deg,
            rgba(16, 22, 60, 1),
            rgba(16, 22, 60, 1) 95px,
            rgba(23, 27, 77, 1) 95px,
            rgba(23, 27, 77, 1) 125px);

}

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

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

}

#semper-information {
    
    .construction {
        margin: 5rem 0 1rem 0;
    }

    
}

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



a {
    text-decoration: none;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    background-image: url(../image/semper_fortis_cercle_blanc.svg);
    background-repeat: no-repeat;
    background-position: 110% 140%;
    background-size: 40rem;
}

.semper-copyright {
    opacity: 1;
}

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

}

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

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

    p {
        font-size: 0.8rem;
    }
}



.diabolo-design-copyright {
    opacity: 0.5;
}



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

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

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.3rem;
    }

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

    a {
        text-decoration: none;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        background-image: url(../image/semper_fortis_cercle_blanc.svg);
        background-repeat: no-repeat;
        background-position: -760% 146%;
        background-size: 25rem;
    }

    header {
        padding-top: 5rem;

        img {
            width: 306px;
        }
    }

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

        p {
            font-size: 0.8rem;
        }

    }

    .diabolo-design-copyright {
        opacity: 0.5;
    }
}