body {
    background-color: #ffffff;
}
header {
    color: white;
    font-size: 75px;
    text-align: center;
    text-shadow: -1px 0 black, 0 4px black, 4px 0 black, 0 -1px black;
}
h1 {
    color: white;
    font-size: 75px;
    text-align: center;
    text-shadow: -1px 0 black, 0 4px black, 4px 0 black, 0 -1px black;
}
div {
    color: white;
    text-align: center;
    font-size: xx-large;
    text-shadow: -1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;
}
.text {
    color: white;
    text-align: center;
    font-size: xx-large;
    text-shadow: -1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;
}
.HireFormTextBox {
    border-radius: 5px;
    background-color: whitesmoke;
    height: 20px;
    width: 100px;
}
.HireFormMessageBox {
    border-radius: 5px;
    background-color: whitesmoke;
    height: 40px;
    width: 200px;
}