img {
    width: 80%;
}

h1 {
    text-align: center;

    color: #fff;
}

h2 {
    text-align: center;
    color: #aaa;
}

p {
    color: #fff;
    font-size: x-large;
}

body {
    font-family: serif;
    background: #000;
}

p {
    text-align: center;
    font-size: xx-large;
}

inverted {
    background: #ffffff !important;
    color: #000000 !important;
}

grey {
    color: #000000 !important;
}