body{
    /****Consider making a blue/white gradient? snowflake bg***/
    background-image: url("snowybg.png");
    /*background-repeat: repeat;*/
}

.container{
    /*border: solid blue 5px;
    /*background-color: rgba(158, 28, 0, 0.5)*/
    /***consider a med opacity paper theme bg***/
    background-color: #ffeea5;
    border-radius: 15px;
}

h1, th{
    font-family: 'Dancing Script', cursive;
}

.budgetAndTotal{
    font-family: 'Dancing Script', cursive;
    margin-left: 15px
}

span, p, td{
    font-family: 'ABeeZee', sans-serif;
}

th {
    font-size: 30px;
}