@font-face {
    font-family: "Geist";
    src: url('/static/Geist-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Geist";
    src: url('/static/Geist-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Geist", sans-serif;
    background-color: #222;
    color: white;
}

.template {
    display: none;
}

.data {
    display: none;
}

a, a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
  color: #FFF;
  text-decoration: underline;
}

a.close-button:hover {
    background: none;
}

.banner-buttons a:hover {
    background: none;
}

.error {
    color: #a33;
    font-weight: bold;
}

.col p {
}

.topic {
    margin-top: 0;
    margin-bottom: 3px;
    padding-top: 0;
    padding-bottom: 0;
}

.topic:hover {
    background-color: #912424;
}

.post {
    margin-left: 3em;
    margin-top: 0;
    margin-bottom: 3px;
}

.post:hover {
  background-color: #912424;
}

minidenticon-svg svg {
    border-radius: 50%;
    background-color: #ccc;
    height: 0.9em;
    width: 0.9em;
}

.row {
    display: flex;
    align-items: top;
}

.col-2 {
    width: 49%;
    padding-left: 7px;
    padding-right: 7px;
}

.banner {
    display: flex;
    align-items: center;
}

.banner img {
    padding-right: 15px;
}

.banner-buttons {
    margin-left: auto;
    padding-right: 2em;
}

.back-btn {
    margin-top: 30px;
    font-size: 110%;
    font-weight: bold;
}
