
@import url( https://fonts.googleapis.com/css?family=Exo+2:400,900italic,900,800italic,800,700italic,700,600italic,600,500italic,500,400italic,300italic,300,200italic,200,100italic,100);
    
/*
body {
    font-family: sans-serif;
    font-weight: lighter;
}
*/

h1 {
    text-align: center;
    font-weight: lighter;
}

.container {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(120, 200, 255, .1);
    border: 3px solid rgba(120, 200, 255, .2);
    color: rgba(120, 200, 255, .8);
    padding: 1em;
}

/*
p, a {
    color: gray;
    line-height: 1.7em;
    font-size: 13pt;
}
*/

p {
    opacity: 0.0;
    transition: opacity 1.0s;
    font-size: 1.5em;
    line-height: 1.5em;
}

p.show {
    opacity: 1.0;
}

p.choice {
    text-align: center;
}

a:hover {
    color: DeepSkyBlue;
}

a {
    color: #4169E1;
    font-size: 1.5em;
    line-height: 1.5em;
    text-decoration:none;
}

html {
}

body {
    background-color: black;
    font-family:'Exo 2';
}

del{
    background-color: transparent;
    text-decoration: line-through;
    color: DeepSkyBlue;
    font-weight: bold;
}


hr {
  border-color: rgba(120, 200, 255, .2);
}
