/* Parameters of the secret pages */

*
{
    background-color: black;
    background-size: cover;
    color: white;
    font-size: 1.25vw;  
    font-family: "Roboto Slab", serif;
}

p
{
    margin-left: 5vw;
}

.centered
{
    text-align: center;
}

h1
{
  font-family: "Merriweather", serif;
  font-size: 2em;
  margin-bottom: 15px;
  margin-top: 10px;
}

.space_up
{
    margin-top: 100px;
}
