@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;
}
#main-page-link-button {
    border-color: #8691c8;
    box-shadow: 0 0 10px #8691c87c;
}