#dateOutput{
    font-size: 24px;
    color: blue;
    border:1px solid black;
    padding: 10px;
    background: white;
}
#numberConversionOutput{
    font-size: 24px;
    color: green;
    border:1px solid black;
    padding: 10px;
    background: white;
}
#mathOutput{
    font-size: 24px;
    color: red;
    border:1px solid black;
    padding: 10px;
    background: white;
}