html, body {
    height: 100%; 
}
* {
    margin: 0;
}
@font-face { 
    font-family: Handwriting; 
    src: url('/font/PWSimpleHandwriting.ttf'); 
    font-weight: 0;
}
body {
    background-image: url("/img/void.png");
    z-index: -1;
}
h1 {
    font-family:'Handwriting';
    font-size: 3rem;
    color: #FFF;
    z-index: 0;
    margin: 0.2em
}

marked {
    background-color: #FFF;
    color:#000;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}
.center2 {
    align-items: center;
    display: table;
    justify-content: center;
    margin: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}
h2 {
    font-family:'Handwriting';
    font-size: 2em;
    color: #FFF;
    z-index: 0;
    margin: 1em
}
italic {
    font-style: italic;
}
rotated {
    display: inline-block;
	transform: rotate(-45deg);
	padding: 20px;
}
.circle1 {
    height: 25%;
    width: 25%;
    margin: 7em;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
p {
    color:#FFF;
    overflow: visible;
    z-index: 0;
    margin: 1em;
    font-size: 1.4em;
}
.handwriting {
    font-family: Handwriting;
}
.right {
    text-align: right;
}
.footer {
    position: relative;
    font-family: 'Segoe UI';
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1em;
    background-color: rgb(37, 36, 36);
    color: #FFF;
    text-align: center;
    z-index: 2;
  } 