
body {
    background-color: #1E1E1E;
}

h1.headertext {
    color: white;
    text-align: center;
    font-family: Calibri;
    font-size: xxx-large;
}
h1.bodytext {
    color: white;
    text-align: center;
    font-family: Calibri;
    font-size: xx-large;
}
p.specs {
    color: white;
    text-align: center;
    font-family: Calibri;
    font-size: x-large;
}

button {
    color: white;
    background-color: #141414;
    font-family: Calibri;
    font-size: x-large;
}