@font-face{
    font-family: "cinzel";
    src: url("/fonts/Cinzel/static/Cinzel-Bold.ttf");
}
@font-face{
    font-family: "convergence";
    src: url("/fonts/Convergence/Convergence-Regular.ttf");
}
body{
    background-image: url("/img/paper_texture.png");
    font-family: "convergence";
}
a:link,:visited,:hover,:active {
  color: #222222;
}
h1,h2,h3{
    font-size: 2rem;
    margin: 0;
    font-family: "cinzel";
}
hr{
    border: 1px solid #bbbbbb;
}

th{
    font-size: 12px;
    color: #bbbbbb;
    text-align: center;
    border-bottom: #bbbbbb 1px solid;
    border-left: #bbbbbb 1px solid;
    border-right: #bbbbbb 1px solid;
}
tr{
    font-size: 12px;
    color: #bbbbbb;
    border-bottom: #555555 1px solid;
}
tr:hover{
    background-color: #555555;
}
td{
    text-align: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.3rem;
    overflow-wrap: break-word;
}
table{
    border-collapse: collapse;
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
}

::-webkit-scrollbar {
  width: 0.5em;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
 
::-webkit-scrollbar-thumb {
  background-color: #88888888;
  border-radius: 15%;
}

#overlay-rectangle{
    z-index: -1;
    content: "";
    position: absolute;
    pointer-events: none;
    background-color: #2b2b2b;
    mix-blend-mode:multiply;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
}
.page-header{
    color: #72111e;
    text-align: center;
    font-size: 1.3rem;
}
.tool-button{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 5vw;
    width: 25vw;
    min-width: fit-content;
    max-height: 5vh;
    padding: 3rem;
    border-radius: 5px;
    background-color: #888888aa;
}
.tool-button:hover{
    background-color: #888888;
}
.tool-button-icon{
    width: 5vw;
}
#files{
    background-image: url('/img/pigeonFiles.png');
    background-size: cover; 
    background-position: center;
}

/*spells*/

#spells{
    font-size: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 2.5vw;
    margin-left: auto;
    margin-right: auto;
}
#spelllist{
    border-top: #888888 7px solid;
    max-height: 80vh;
    overflow-y: scroll;
    direction: rtl;
    border-bottom: #888888 7px solid;
}
#spelltable{
    table-layout: auto;
    max-width: 50vw;
    width: 80%;
    direction: ltr;
}


#spellcard-div{
    
    width:30vw;
    height: fit-content;
    border-top: #888888 7px solid;
    border-bottom: #888888 7px solid;
}

