﻿body {
    background:black;
}

div.main {
    background:url(images/gameOverBlur.png);
    background-size: cover;
}

div.margin {
    margin-top: 20px;
    margin-bottom: 10px;
}

div.centeredtext {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div.largetext {
    font-size: 150%;
}

img.centered {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: white;
    font-family: 'Rajdhani', sans-serif;
    text-decoration: none !important;
}

a.buttonlinks {
    font-size: 120%;
}

a.answer {
    font-size: 100%;
}

p {
    color: white;
    font-family: 'Rajdhani', sans-serif;
    font-size: 120%;
}

p.largetext {
    font-size: 150%;
}

p.answer {
    font-size: 100%;
}

ul {
    color: white;
    font-family: 'Rajdhani', sans-serif;
    font-size: 120%;
}

li.sublist {
    font-size: 80%;
}

