body {
    margin: 0px;
    text-align: center;
}

.orangeBackground {
    background-color: #f18340;
}

.orangeText {
    color: #f18340;
}

.lightGrayText {
    color: lightgrey;
}

.whiteText {
    color: white;
}