header{
    transition: all;
    transition-duration: .5s;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.bgShape{
    background-image: url("/img/shapes/bg-shape-presentation.webp");
    background-repeat: repeat;
    min-height: 100vh;
    gap: 10px;
}
