body {
    background-image: linear-gradient(to bottom, #222,red),url(/media/bricks.png);
    background-blend-mode: multiply;
    background-attachment: fixed;
    font-family: orbitron;
    color: white;
}

iframe {
    display: inline-block;
    height:300px;
    width:500px;
    padding-left: 64px;
    padding-right: 64px;
    text-align:center;
}

.glowing {
    text-shadow: 0 0 6px red;
}

.container {
    display: flex;
    justify-content: center; 
}

div.side-pane {
    border: 5px outset white;
    background-image: linear-gradient(to bottom, #2e1800,#a84300),url(/media/div-bg.png);
    background-blend-mode: multiply;
    width: 20%;
    height: 565px;
    display: inline-block;
}

p.side-pane {
    margin: 16px;
}

div.side-link {
    border: 3px outset black;
    background-image: url(/media/link-bg.png);
    margin: 1em;
    height: 64px;
}

img.side-link {
    padding-top: 0.25em;
    padding-right: 4px;
    float: right;
}

a.side-link {
    font-size: 42px;
    transition: text-shadow 0.15s ease-in;
    transition: color 0.1s ease-in;
    text-decoration: none;
    padding-left: 16px;
    line-height: 1.5em;
}

a.side-link:link {
    color: white;
}

a.side-link:visited {
    color: white;
}

a.side-link:hover {
    color: #ffbbbb;
    text-shadow: 0 0 6px red;
}

@font-face {
    font-family: orbitron;
    src: url(/fonts/Orbitron-Regular.ttf);
}