a {
    text-decoration: none !important;
}
@font-face {
  font-family: "VanillaExtract";
  src: url("/media/VanillaExtract.ttf");
}
.navbar-brand {
    font-family: "VanillaExtract";
    font-size: 2em;
}
#chattable {
    background-color: transparent;
    height: 300px;
    width: 100%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5em;
    text-align: center;
    position: sticky;
    top: 25px;
}
#editor {
  height: 300px;
  max-height: 90vh;
  border: solid 1px #AAA;
  border-radius: 5px;
}
.presetOption {
  margin-bottom: 0.5em;
}
footer {
    background-color: #f8f9fa;
    padding: 1.5rem 0;
    border-top: 1px solid #dee2e6;
}
footer a {
    color: #0d6efd;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}