body {
    background-color: #000;
    font: 12pt arial;
    color: #bbb;
    margin: 0px;
}

.background-image {
    background:url('background.jpg');
    background-size:cover;
    height:80vh;
    padding-top:20vh;
}

div.screenCenter {
    width: 400px;
    background-color: white;
    text-align: center;
    margin: auto;
    !margin-top: 256px;
    padding: 40px 50px 20px 50px;
    box-shadow: 2px 2px 8px 4px #00000050;
    font-variant: unicase;
}

div.screenCenter span {
    width: 200px;
}

p.uh {
    font: 12pt arial;
    color: #AAA; 
}

p.big {
    font: 16pt arial;
    font-weight: bold;
    color: #EEE; 
}

.footer {
    margin: auto;
    width: 80px;
    text-align: center;
    background:#e5e5e5;
    border-top: 2px solid gray;
    display: block;
    box-shadow: 0px 14px 6px -6px #00000050;
    padding: 8px;
    border-radius: 0px 0px 8px 8px;
}

.footer:hover {
    box-shadow: 0px 8px 6px -6px #00000050;
    cursor: pointer;
}

.footer a {
    color: gray;
    text-decoration: none;
    width: 100%;
    display: block;
}
