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

main {
    height: auto;
    width: auto;

    text-align: center;
}
.media-tile {
    display: inline-table;

    margin: 5px;
    padding: 0px 15px 5px 15px;

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

    background: linear-gradient(45deg, #221010, #0b0b22);
}
a, a::after {
    text-decoration: none;
    color: #a0a0a0;
}
a:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;

    transition: all 0.25s;
}
.media-tile-brand {
    color: #ffffff;
    text-align: center;
}
.media-tile-title {
    font-style: italic;
    text-align: center;
}