
body 
{
    background-color: black;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.tapeta
{
    position: fixed;
    padding: 0%;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: blur(10px);
}

.lefthalf
{
    background-image: url('ingame.jpg');
    background-size:cover;
    height: 100%;
    width: 40%;
}

.righthalf
{
    background: linear-gradient(90deg, black 23%, navy 93%);
    top: 0;
    width: 60%;
    left: 40%;
    height: 100%;
    position: absolute;
}

#content
{
    text-align: center;
    padding: 50px;
    color: lightgray;
    z-index: 1; 
    font-size: large;
    font-weight: bolder;
}

.sector
{
    margin: 20px;
    padding: 20px;
    font-size:large;
}

h1
{
    font-weight: bold;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 64px;
}

mark
{
    background-color: transparent;
    color: yellow;
}

mark.alt
{
    color: lime
}

a.playbutton
{
    color: white;
    padding: 20px;
    background-color: black;
    border: 2px;
    border-radius: 10px;
    border-color: black;
    border-style:dotted;
    text-decoration: none;
    font-family:monospace;
    font-size: xxx-large;
}
a.playbutton:hover
{
    background-color: #011635;
}
a.playbutton:visited
{
    color: purple;
}