@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

html, body
{
    height: 100%;
    overflow: hidden;
}

body
{
    background-image: url('background.png');
    background-size: cover;

    font-family: 'Exo';
}

#content
{
    text-align: center;
}

h1
{
    margin: auto;
    margin-top: 1%;
    font-size: 72px;
    background-image: url("fontbackground.png");
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#bioSpan
{
    margin: auto;
    margin-top: 1%;
    font-size: 26px;
    font-weight: bold;
    background-image: url("fontbackground.png");
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#toWuerfelqueue
{
    background-image: url('wuerfeldisplay.png');
    background-size: cover;

    width: 250px;
    height: 165px;

    margin: auto;

    line-height: 170px;

    margin-bottom: 2%;
}

#toWuerfelqueue a, #toTFTCC a
{
    font-size: 30px;
    font-weight: bold;

    display: inline-block;
    vertical-align: middle;
    line-height: normal;

    color: black;
    text-decoration: none;
}

#toWuerfelqueue a:hover, #toTFTCC a:hover
{
    color: lightgray;
}

#contenttable
{
    margin: auto;
    background-image: url("fontbackground.png");

    margin-bottom: 2%;
}

#contenttable td
{
    padding: 5px 50px 5px 50px;
}

#toTFTCC
{
    border: 3px solid transparent;
}

#toTFTCC:hover
{
    border: 3px solid lightgray;
    border-radius: 200px;
}

#leftbar, #rightbar
{
    width: 8%;
    background-image: url("fontbackground.png");
    height: 100%;
}

#leftbar
{
    position: fixed;
    top: 0px;
    left: 0px;
}

#rightbar
{
    position: fixed;
    top: 0px;
    right: 0px;
}