@font-face {
    font-family: Century-Gothic;
    font-weight: normal;
    font-style: normal;
    src: url(../util_font/GOTHIC.TTF);
}
@font-face {
    font-family: Century-Gothic;
    font-weight: bold;
    font-style: normal;
    src: url(../util_font/GOTHICB.TTF);
}
@font-face {
    font-family: Century-Gothic;
    font-weight: normal;
    font-style: italic;
    src: url(../util_font/GOTHICI.TTF);
}
@font-face {
    font-family: Century-Gothic;
    font-weight: bold;
    font-style: italic;
    src: url(../util_font/GOTHICBI.TTF);
}

body {
    position: relative;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    background: linear-gradient(to right, #18181b, #10101a);

    font-family: Century-Gothic;
    color: #a0a0a0;
    text-decoration: none;
}
#faq-page-link-button {
    border-color: #8691c8;
    box-shadow: 0 0 10px #8691c87c;
}

.faq-tile {
    position: relative;

    max-width: 50%;
    left: 25%;

    margin-bottom: 10px;
    padding: 0px 10px 0px 10px;

    border-style: solid;
    border-color: #a0a0a0;
    border-radius: 6px;
    border-width: 1px;

    background: linear-gradient(45deg, #221010, #0b0b22);

    color: #ffffff;
}
h1 {
    font-style: italic;
}