#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#myVideo video {
    width: 100%;
}

.content {
    position: fixed;
    top: 0;
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.welcome-header {
    min-height: 100vh;
    width: 100%;
    z-index: 99999;
    background: linear-gradient(#000000bc, #00000025), url(/static/assets/img/bg.jpg);
    background-size: cover;
    background-position: center;
}

.about-gabon-img {
    width: 500px;
    height: 500px;
    max-width: 90vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.about-gabon-img img {
    width: 150%;
}

.text-content {
    background: linear-gradient(#000000ac, #0000009b);
    padding: 2rem;
    padding-bottom: 6rem;
}

.centered {
    display: flex;
    flex-direction: column;
    min-height: 95vh;
    justify-content: flex-end;
    gap: 1rem;
}

.centered h1 {
    font-size: 3.0em;
    text-align: left;
}

.centered h3 {
    font-size: 1.2em;
    text-align: left;
    font-weight: lighter;
    line-height: 1.5em;
}

.about {
    background: linear-gradient(to top left, #fff 0%, #fff 50%, #056a4d 50%, #056a4d 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.more-information {
    background: linear-gradient(to top left, #fff 0%, #fff 50%, #c8f1e5 50%, #eafff9 100%);
}

.about-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    width: 1100px;
    max-width: 100%;
    padding: 1.5rem;
    box-shadow: 1px 0.5px 10px #00000025;
    margin-top: 2rem;
    margin-bottom: 1rem;
    background: white;
}

h3.title {
    margin-top: 2rem;
    color: black;
    padding: 1rem;
    border-left: 4px solid green;
    margin-bottom: 1rem;
    margin: 2rem;
}

.about-content p {
    font-weight: 400;
    width: 500px;
    max-width: 90vw;
    line-height: 1.8em;
    padding: 1rem;
}

.about-content p {
    color: black;
}

.decouv-item {
    transition: 0.4s;
}

.decouv-item .img-container {
    width: 20rem;
    height: 20rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.decouv-item .img-container img {
    width: 30rem;
}

.decouv-item .bg-green {
    position: relative;
    bottom: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: center;
    font-size: 1.6em;
    transition: 0.4s;
}

.decouv-item:hover {
    cursor: pointer;
}

.decouv-item:hover .bg-green {
    bottom: 4rem;
}
