@font-face {
    font-family: 'Cinzel';
    src: url('cinzel.otf');
}

.content {
    margin: auto;
    width: 75%;
    min-width: 150px;
    max-width: 1000px;
}

a.button {
    border-color: white;
    border-radius: 50px;
    background-color: white;
    color: black;
    font-family: 'Courier New', Courier, monospace;
    text-decoration: none;
    padding: 10px;
}
a.button:hover {
    color: white;
    background-color: gray;
}

hr {
    border: 0; height: 1px; 
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255, 255, 255, 0.75), rgba(0,0,0,0));       
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255, 255, 255, 0.75), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255, 255, 255, 0.75), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(255, 255, 255, 0.75), rgba(0,0,0,0));
    background-image: linear-gradient(left, rgba(0,0,0,0), rgba(255, 255, 255, 0.75), rgba(0,0,0,0));
    width:100%; 
}

.logo {
    image-rendering: pixelated;
}

.text-centered {
  text-align: center;
}

.top-space {
    margin-top: 25px;
}

.bottom-space {
    margin-bottom: 25px;
}

body {
    background-color: rgb(0, 0, 0);
}

h1, h2, h3, h4, h5, p {
    color: white;
    font-family: Cinzel, 'Times New Roman', Times, serif
}

p {
    font-size: large;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}