body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: black;
}
.header{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}
.logo{
    display: flex;
    align-items: center;
    padding-left: 1.5em;
    height: 3em;
    /*background: white;*/
    background: repeating-linear-gradient(white, lightgray 5%, white 10%);
}
.logo img{
    height: 1.5em;
    transform: rotate(-45deg);
    margin: auto 0.5em;
    box-shadow: -5px 5px 15px gray;
}
.logo h1{
    letter-spacing: -4px;
    text-shadow: 0 7px 15px gray;
}
.bar{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: linear-gradient(0deg,rgba(45, 48, 61, 1) 0%, rgba(18, 19, 19, 1) 25%, rgba(18, 19, 19, 1) 49%, rgba(47, 51, 60, 1) 50%, rgba(95, 106, 133, 1) 100%);
    font-size: 0.75em;
    height: 3em;
}
.bar a{
    display: block;
    text-decoration: none;
    color: silver;
    padding: 0 15px;
    width: 150px;
    text-align: center;
    padding: 0.5em 0 0.8em 0;
    margin: 0 0.25em;
    border-radius: 5px 5px 0 0;
}
.bar a:hover{
    background: linear-gradient(0deg,rgba(255, 125, 125, 1) 0%, rgba(179, 50, 65, 1) 49%, rgba(194, 74, 90, 1) 50%, rgba(204, 90, 122, 1) 100%);
    box-shadow: 0 0 4px white, 0 0 4px black inset;
    border-radius: 5px 5px 0 0;
    color: white;
}

.main{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), var(--bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: calc(100vh - 7.9em);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}
.text-container{
    width: 75%;
    border-radius: 5px;
    background: linear-gradient(-135deg, rgba(255,255,255,0.15), rgba(255,255,255,0) 50%);
    backdrop-filter: blur(5px);
    margin: auto;
    box-sizing: border-box;
    box-shadow: -1px 1px 3px silver inset;
    line-height: 1.5;
    font-size: 1.5em;
    padding: 1em;
}
.container{
    width: 75%;
    height: 95%;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(-135deg, rgba(255,255,255,0.15), rgba(255,255,255,0) 50%);
    backdrop-filter: blur(5px);
    margin: auto;
    margin-bottom: 0;
    box-sizing: border-box;
    box-shadow: -1px 1px 3px silver inset;
    line-height: 1.5;
    font-size: 1.5em;
    overflow: hidden;
    display: flex;
}
.left{
    height: 100%;
    width: 25%;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    font-size: 0.75em;
}
.left-bg{
    width: 75%;
    height: min-content;
    background: rgba(18,19,19,0.5);
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    border-radius: 10px 10px 0 0;
    box-shadow: -1px 1px 3px silver inset;
}
.left-bg a{
    text-decoration: none;
    color: silver;
    display: block;
    box-sizing: border-box;
    padding: 0.25em 0 0.25em 1em;
    transition: 0.2s;
}
.left-bg a:hover{
    text-decoration: underline;
    padding: 0.5em 0 0.5em 1em;
    background: linear-gradient(to right, rgba(179, 50, 65, 0.5), rgba(0,0,0,0));
    color: white;
}
.top{
    border-radius: 10px 10px 0 0;
    background: linear-gradient(0deg,rgba(255, 125, 125, 1) 0%, rgba(179, 50, 65, 1) 49%, rgba(194, 74, 90, 1) 50%, rgba(204, 90, 122, 1) 100%);
    padding: 0.25em 0 0.25em 1em;
    margin: 0;
    box-shadow: -1px 1px 3px silver inset;
}
.right{
    height: 100%;
    width: 75%;
    box-sizing: border-box;
    padding-right: 1em;
    overflow-y: scroll;
}
.right h1{
    font-weight: lighter;
    border-bottom: 1px solid white;
}
.right h2{
    font-weight: lighter;
    border-bottom: 1px solid white;
    width: 55%;
}
.right p{
    font-size: 0.75em;
    line-height: 1.5;
}

.info-container{
    width: 40%;
    background: rgba(18,19,19,0.5);
    float: right;
    border-radius: 10px 10px 0 0;
    box-shadow: -1px 1px 3px silver inset;
    overflow: hidden;
    margin-left: 1em;
}
.info-header{
    width: 100%;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(0deg,rgba(255, 125, 125, 1) 0%, rgba(179, 50, 65, 1) 49%, rgba(194, 74, 90, 1) 50%, rgba(204, 90, 122, 1) 100%);
    margin: 0;
    box-shadow: -1px 1px 3px silver inset;
    text-align: center;
    padding: 0.25em 0;
}
.info-header2{
    width: 100%;
    background: linear-gradient(0deg,rgba(255, 125, 125, 1) 0%, rgba(179, 50, 65, 1) 49%, rgba(194, 74, 90, 1) 50%, rgba(204, 90, 122, 1) 100%);
    margin: 0;
    box-shadow: -1px 1px 3px silver inset;
    text-align: center;
    padding: 0.25em 0;
}
.info-container img{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.table{
    width: 100%;
    font-size: 0.75em;
    text-align: left;
}
.table th, .table td{
    padding-left: 0.5em;
    width: 50%;
}
.wiki-links{
    background: linear-gradient(to top, rgba(135, 221, 255, 0.658), rgba(255,255,255,0));
    text-decoration: none;
    color: white;
    border-bottom: 2px solid rgb(135, 221, 255);
}
.wiki-links:hover{
    background: linear-gradient(to top, rgb(154, 226, 255), rgba(255,255,255,0));
}