body {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
}

body::before {
    content: '';
    background: url('./other_images/korengal_valley.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    filter: blur(10px);
    position: absolute;
    width: 110vw;
    height: 110vh;
    top: -5vh;
    left: -5vw;
    z-index: -1;
}

body::after {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.navbar {
    background-color: black !important;
}

table tr td {
    vertical-align: top;
}

table tr td table {
    margin: 3px;
    width: 150px;
}

table tr td table tr th {
    text-align: center;
    font-weight: 700;
    font-size: 1em;
}

table tr td table tr th img {
    max-width: 70px;
}

table tr td table tr th .clan {
    max-height: 30px;
}

table tr td table tr td .clan {
    max-height: 25px;
    max-width: 25px;
}

table tr td table tr td {
    border: 1px solid #00000000;
    background-color: #0000002f;
}

table tr td table tr td .rol {
    max-height: 25px;
    max-width: 25px;
    filter: brightness(0) invert(1);
    display: block;
    float: right;
}