@font-face {
    font-family: '7-12-serif'; 
    src: url('/7-12-serif.otf'); /*URL to font*/
}

body {
    background-color: #000000;
    background-size: cover;
    font-family: "7-12-serif";
    font-size: 26px;
    color: #ffffff;
}

a {
    color: #ff6600;
}

textarea {
    width: 15vw;
    height: 8vh;
    margin-bottom: 0.5em;
}

ul > li {
    list-style: none;
}

table {
    margin: auto;
}

tr, th, td {
    padding: 0px 5px 0px 5px;
}

.container {
    display: block;
    width: 60vw;
    height: 45vh;
    background-color: transparent;
    margin: 60px auto auto auto;
    padding: 2em;
}

.textbox {
    width: 100%;
    height: 70px;
    padding: 5px;
    background-color: #ffffff80;
    border: 1px solid #ffffff;
}

.icon {
    float: left;
    margin: 0.5em;
}

.info {
    width: 90%;
    height: 100%;
    border: 1px solid #ffffff;
    overflow-y: scroll;
    margin: 1em auto auto auto;
    padding: 0.5em;
}

.list {
    width: 50%;
    height: fit-content;
    overflow-y: scroll;
    border: 1px solid #ffffff;
    margin: 0.3em;
}

.info::-webkit-scrollbar,
.list::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
}

.buttons {
    width: fit-content;
    height: fit-content;
    margin: 1em auto;
}