@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;
}
a, a::after {
    color: #a0a0a0;
    text-decoration: underline;
}
a:hover {
    color: #cccccc;
    text-shadow: #a0a0a0 0px 0px 5px;
}
h1 {
    font-size: 50px;
    color: #ffffff;
    font-style: italic;
}
h2 {
    font-size: 30px;
    color: #ffffff;
    font-style: italic;
}