*, html {

    scroll-behavior: smooth !important;
}
body{
    /*background-image: url('img/background-opt0.png');
    background-attachment: fixed;
    background-position: 10% 60%;
    background-size: cover;
    background-color: transparent;*/
    width: 100%;
    height: 100%;
/*    min-width: auto;
    min-height: auto;
    max-width: auto;
    max-height: auto; */
/*    overflow: hidden; */
    margin: auto;
    position: relative;
    scroll-behavior: smooth;
    justify-content: center;
}
:root::-webkit-scrollbar{
    display: none;
}
:root {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.header{
    background-color: transparent;
    margin-bottom: 3rem;
    margin-top: 2.5rem;
}
.header h1{
    display: inline-block;
    margin: 1.5rem;
    font-weight: 800;
    font-size: calc(6/100*100vw);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.desc{
    margin-top: 2rem;
}
.desc h2{
    display: inline-block;
    margin: 1.5rem;
    font-size: calc(3/100*100vw);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.item-selector h1{
    display: inline-block;
    margin: 0;
    font-size: calc(3/100*100vw);
    margin-top: 8rem;
    margin-left: 1.2rem;
    margin-bottom: 4rem;
    font-weight: 800;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.post-banner{
    width: 100%;
    height: fit-content;
    position: relative;
}
.post-banner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item-selector{
    width: 100%;
    height: fit-content;
    position: relative;
}
.item-selector a{
    background-color: rgb(110, 84, 204);
    position: relative;
    border-radius: 0.8rem;
    padding: 0.8rem;
    cursor: pointer;
    font-size: calc(2.7/100*100vw);
    font-weight: 800;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: calc(2.5/100*100vw);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.item-selector a.active{
    color: rgb(240, 198, 59);
    transform: scale(0.5rem);
}
.selector-container{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-wrapper{
    height: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: green;
    margin-top: 3rem;
}
.wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: red;
    margin-top: 0;
}
.container-ppdbm{
    position: absolute;
}
.container-ppdbm img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.back-button{
    width: 100%;
    height: fit-content;
    padding-top: 3rem;
    padding-bottom: 10rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    top: 80%;
}
.back-button a{
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #fff;
    font-size: calc(3/100*100vw);
    font-weight: 800;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border-radius: 1.9rem;
    padding: 1.2rem;
    margin: 1.2rem;
}
