* {
    font-family: system-ui;
}

body {
    background-color: #181818;
    color: #fff;
}

.tabla-humillaciones {
    text-align: left;
    width: 100rem;
}

.tabla-doxes{
    text-align: left;
    width: 100rem;
}

.tabla-humillaciones tbody {
    padding: 5px;
}

.lista_humilladas {
    display: flex;
    justify-content: center;
    align-content: center;
}

li {
    list-style-type: none;
}

img {
    width: 50rem;
    height: 25rem;
    padding: 15px;
}

a {
    color: rgb(102, 102, 247);
}

a:hover {
    opacity: .8;
}