body{
    background-color: black;
    background-image: url("/static/img/starfield.gif");
    background-position: center;
    background-attachment:fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-family: Oxygen, sans-serif;
}

a:link,a:visited,a:hover,a:active{
    color: white;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.showcase{
    text-align: center;
}

.showcase .title{
    font-size: 96px;
}

.showcase .subtitle{
    font-size: 48px;
}

.showcase .contact{
    font-size: 32px;
}

