html{
    height: 100%;
    scroll-behavior: smooth;
}

body{
    height: 100%;
    margin: 0;
    padding: 0;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.box{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 15px;
    padding: 0px;
}

.container img{
    position: block;
    height: 85%;
    width: 85%;
}

.banner{
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.banner p{
    position: absolute;
    left: 23%;
    bottom: 3%;
    text-orientation: sideways-lr;
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-rl;
    font-size: 42px;
    font-family: Georgia, serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #462523;
    font-weight: bold;
    color: transparent;
    background-image: linear-gradient(
        to right,
        #462523 0,
        #cb9b51 21%,
        #f6e27a 45%,
        #f6f2c0 50%,
        #f6e27a 55%,
        #cb9b51 78%,
        #462523 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
}

.center2{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url(background/bg-main.jpg);
    margin: 0px;
    padding: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.center{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background-image: url(background/bg-main.jpg);
    margin: 0px;
    padding-left: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    gap: 20px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ddf2f3;
    opacity: 0.6;
    z-index: 0;
}

.text{
    position: relative;
    width: 50%;
    background-color: #2d3134;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
}


.text p{
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    width: 100%;
    color: white;
}

.img-sizing{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 45%;
}

.img-sizing img{
    padding: 15px;
    height: 95%;
    width: 100%;
    object-fit: contain;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    background-color: transparent;
    z-index: 5;
    bottom: 5%;
    right: 2%;
}

.button img{
    height: 80%;
    rotate: 45deg;
    object-fit: contain;
    display: block;
}

.header{
    position: absolute;
    background-color: #546f92;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    top: -9%;
    left: 0;
}

#drd:hover{
    background-image: url("real_life/duryodhana.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75%;
}

#mnd:hover{
    background-image: url("real_life/mandricardo.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75%;
}

#dsc:hover{
    background-image: url("real_life/dioscuri.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75%;
}

#dn:hover{
    background-image: url("real_life/deon.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75%;
}

#gl:hover{
    background-image: url("real_life/gil.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75%;
}

#hl:hover{
    background-image: url("real_life/holmes.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75%;
}

#pt:hover{
    background-image: url("real_life/ptolemy.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75%;
}

#tk:hover{
    background-image: url("real_life/taira.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75%;
}

#aj:hover{
    background-image: url("real_life/arjuna.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75%;
}

#ch:hover{
    background-image: url("real_life/chen.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75%;
}

#crd:hover{
    background-image: url("real_life/corday.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75%;
}

#hca:hover{
    background-image: url("real_life/hans.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75%;
}

.img-sizing:hover img{
    opacity: 0;
}

/*
style="background-color: #fdf4be;"
*/