
body {
    color: rgb(255,255,255);
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

#content {
    display: block;
    margin-left: auto;
    margin-right: auto
}

h1 {
    font-size: 40px;
    color: #C184C1;
}

header {
    color: white;
}

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5000;
}

span {
    color: white;
}

footer {
    font-style: italic;
    font-size: 90%;
}
