.vault-category-title {
    text-align: center;
    margin: 0px;
    font-family: MarkinLT;
    font-weight: 900;
    text-shadow:
        -0.5px -0.5px 0 #000000,
        0.5px -0.5px 0 #000000,
        -0.5px 0.5px 0 #000000,
        1px 1px 0 #000000;
}

.vault-category-help {
    margin: 5px 0px 70px 0px;
    font-family: MarkinLT;
    text-align: center;
    font-weight: 600;
}

.vault-item {
    text-align: left;
    margin: 0 0 30px 30px;
}

.vault-link {
    color: #6e406e;
    text-decoration: none;
}

.vault-item-title, .vault-item-info {
    font-family: MarkinLT;
    font-weight: 900;
    margin-left: 3px;
}

.vault-item-content {
    background: #ff99ff;
    border: 3px solid #6e406e;
    border-radius: 1em;
    font-family: MarkinLT;
    color: #000000;
    page-break-inside: avoid;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.6;
    max-width: 45vw;
    width: fit-content;
    overflow: auto;
    padding: 1em;
    display: block;
    margin: 10px 0 0 0;
}

pre::-webkit-scrollbar-thumb {
    width: 1px;
    background: #6e406e;
    border-radius: 0.6em;
}

#Search-Container {
    border-bottom: 400px;
    text-align: center;
    display: inline-block;
  }

  #Find-Games {
    transition: all 0.15s ease-in;
    background-color: #ff99ff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/assets/images/hearts.png");
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 3px;
    padding: 4px;
    border-radius: 12px;
    font-family: MarkinLT;
    font-weight: 600;
    color: rgb(0, 0, 0);
    outline: none;
    height: 26px;
    width: 205px;
    margin-top: 60px;
  }
  
  #Find-Games:hover {
    width: 275px;
  }