

/*OLD*/
html, body {
    background-color: #F04E39;
  margin: 0;
  padding: 0;
   font-family: 'Josefin Sans', sans-serif; 
      font-family: 'Arial', sans-serif;
}


/*NEW*/
html, body {
    height: 100%;
    background-color: #F04E39;
    font-family: 'Arial', sans-serif;

}








/*
.header {
    font-family: Roboto Mono;
    color: 996621;
    background-color: none;
    font-size: 30px;
    padding: 18px;
}
*/



/* .Title {
  font-family: 'Arial', bold;
}
 */

/* .Title {
  font-family: 'Josefin Sans', bold;
}
   */
/*
canvas {
  display: block;
}
*/
/* State{font-color: Arial;} */

/*
body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
*/


/*FOOTER*/
.footer {
    font-family: Roboto mono;
    position: fixed;
    padding-left: 18px;
    bottom: 18px;
    width: 100%;
    font-size: 12px;
    color: black;   
}
