html,
body {
    
    justify-content: center;
    
    /*background: linear-gradient(45deg, rgba(54, 0, 153, 1) 0%, rgba(0, 0, 0, 255) 100%);*/
}
html {
    padding: 20px;
    background-image: url("/ka8zh5tqwc991.gif") !important;
    background-size: contain;
}

/* .gallerydiv img {*/
/*   width: 70%;*/
/*   height: 100%;*/
/*   font-size: 100%;*/
/* }*/
tr, td {
    outline: 5px rgba(190, 146, 0, 0.438) solid;
    outline-offset: -1px;
    background-color: rgba(128, 94, 0, 0.37);
    padding: 5px;
    font-size: 24px !important; 
    
}
th{
    outline: 5px rgba(255, 196, 0, 0.664) solid;
    outline-offset: -1px;
    background-color: rgba(207, 152, 0, 0.616);
    padding: 5px;
    
}
@keyframes lol {
    from {
        max-height: 0;
    }
    to {
         max-height: 4000px;
         opacity: 1;
    }
}
#ripsimzupdatah {
    margin: 0 auto;
    width: 95%;
    padding: 10px 0 5px 0;
}
#ripsimzupdatah * {
    font-size: 18px !important;
}
#ripsimzupdatah tr {
        background: rgba(255, 246, 116, 0.226);
}
#ripsimzupdatah tr:nth-child(even) {
    background: rgba(255, 0, 0, 0.37); 
}
.redout * { background: rgb(124, 0, 0); outline: 3px solid rgb(155, 0, 0); }
.scaledpl {
    width: clamp(300px, 20vw, 1000px);
    height: auto;
    display: block;
    margin: 0 auto 1rem;
}
* {
    font-family: "Comic Sans MS";
    font-size: 28px;
    color: white;
    background: none;
    text-shadow: black 3px 3px;
    text-align: center;
}
#containerx {
    transition: opacity 1s ease;
    opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px !important;
    font-size: 125%;
}