<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper {
    display        : flex;
    flex-direction : column;
    justify-content: space-around;
    align-items    : center;
}

.f1 {
    font-family: 'Lobster', cursive;
}
.amongus:after {
    display      : block;
    content      : '';
    border-bottom: solid 2px #fff;
    transform    : scaleX(0);
    transition   : transform 300ms ease-in-out;
}

.amongus:hover:after {
    transform: scaleX(1);
}
.show{
    visibility: visible !important;
}
.Gradient{
    background: linear-gradient(to bottom,  #699eee 10%, #f1a350  100%);
}

ul.dashed {
    list-style-type: none;
}
ul.dashed &gt; li {

}
ul.dashed &gt; li:before {
    content: "-";
}        
.un {
    display: inline-block;
}
.un::after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: black;
    transition: 300ms;
}
.un:hover::after {
    width: 100%;
}
.textindent{
    text-indent: 50px;
}
/* hover animation*/
.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #0087ca;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* poster.php */
.img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
@media print {
    .text {
        color: #ffe9db !important;
        font-family: sans-serif;
    }
    /*@media only screen and (min-width: 542px) and (max-width: 2000px){*/
    .text-screen-sm{
        visibility: hidden !important;
    }
}
@media only screen and (min-width: 603px) and (max-width: 2000px){
    .box-relative{
        width: 360px;
        height: 150px
    }
    .text{
        color:  #ffe9db ;
        /*font-family: sans-serif;*/
    }
    .text-screen-sm{
        visibility: hidden !important;
    }
    .box-truncate{
        height: fit-content;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp: 4;
        color:white;
        text-align:right;
        /*padding-top: 5px;*/
        -webkit-box-orient: vertical;
    }
}
@media only screen and (max-width: 603px) and (min-width: 521px) {
    .box-relative{
        width: 320px;
        height: 120px
    }
    .profileimg {
        width: 136px !important;
        height: 136px !important;
        bottom: 47px!important;
        left: 10px !important;
    }
    .profile_img {
        width: 253px !important;
        height: 251px !important;
        bottom: 118px!important;
        left: -48px !important;
    }
    .box-truncate{
        height: fit-content;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp: 3;
        color:white;
        text-align:right;
        /*padding-top: 5px;*/
        -webkit-box-orient: vertical;
    }
    .text{
        left : 160px !important;
        font-size: medium !important;
        bottom: 37px !important;
        color:  #ffe9db !important;
    }
    .text-screen-sm{
        visibility: hidden;
    }
    .poster{
        width: 520px !important;
    }
}
@media only screen and (max-width: 520px) and (min-width: 420px) {
    .box-relative{
        width: 250px;
        height: 100px
    }
    .box-truncate{
        height: fit-content;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp: 3;
        color:white;
        text-align:right;
        /*padding-top: 5px;*/
        -webkit-box-orient: vertical;
    }
    .profileimg {
        width: 106px !important;
        height: 106px !important;
        bottom: 38px!important;
        left: 11px !important;
    }
    .profile_img {
        width: 206px !important;
        height: 202px !important;
        bottom: 96px!important;
        left: -40px !important;
    }
    .text{
        visibility: hidden;
    }
    .text-screen-sm{
        left : 150px !important;
        font-size: small !important;
        bottom: 35px !important;
        color:  #ffe9db !important;
        visibility: visible !important;
    }
    .poster{
        width: 420px !important;
    }
}
@media only screen and (max-width: 420px) and (min-width: 120px) {
    .box-relative{
        width: 180px;
        height: 80px;
        font-size: x-small;
    }
    .box-truncate{
        height: fit-content;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp: 3;
        color:white;
        text-align:right;
        /*padding-top: 5px;*/
        -webkit-box-orient: vertical;
    }
    .profile_img {
        width: 156px !important;
        height: 155px !important;
        bottom: 72px!important;
        left: -29px !important;
    }
    .profileimg {
        width: 80px !important;
        height: 80px !important;
        bottom: 29px!important;
        left: 9px !important;
    }
    .text{
        visibility: hidden;
    }
    .text-screen-sm{
        left : 125px !important;
        font-size: xx-small !important;
        bottom: 30px !important;
        color:  #ffe9db !important;
        visibility: visible !important;
        font-weight: lighter !important;
    }
    .poster{
        width: 320px !important;
    }
}</pre></body></html>