body {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: rgb(8, 0, 65);
    color: white;
    display: block;
    margin: auto;
    font-size: 20px;
}

header {
    padding: 1em;
    text-align: center;
    margin-bottom: 2em;
}

h1 {
    text-transform: uppercase;
    font-size: 43px;
    letter-spacing: 0.08em;
    text-shadow: 0 0 5px rgb(0, 255, 0), 0 0 15px rgb(0, 205, 0);
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

.ghost {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

div {
    margin-bottom: 50px;
    margin-left: 20%;
    margin-right: auto;
    float: left;
    display: block;
}

.Peter {
    color: rgb(91, 222, 255);
}

.Dana {
    color: rgb(91, 255, 116);
}

.Mayor {
    color: rgb(255, 189, 91);
}

.Ray {
    color: rgb(135, 91, 255);
}

.Egon {
    color: rgb(91, 255, 211);
}

.Winston {
    color: rgb(236, 255, 91);
}

.third {
    color: rgba(180, 180, 180, 0.374);
}