@font-face {
	font-family: mainFont;
	src: url('../fonts/bell-mt.ttf');
 }

body {
	background-image: url("../img/base.png");
	background-repeat: repeat-y repeat-x;
	color: whitesmoke;
	font-family: mainFont;

}

.fixedButton{
    position: fixed;
    bottom: 0px;
    right: 0px; 
    padding: 20px;
}
.roundedFixedBtn{
  height: 60px;
  line-height: 80px;  
  width: 60px;  
  font-size: 1.6em;
  font-weight: bold;
  border-radius: 50%;
  background-color: #e33630;
  color: white;
  text-align: center;
  cursor: pointer;
}

.resetButton{
  position: fixed;
  bottom: 80px;
  right: 0px; 
  padding: 20px;
}
.resetRoundedFixedBtn{
height: 60px;
line-height: 80px;  
width: 60px;  
font-size: 1.6em;
font-weight: bold;
border-radius: 50%;
background-color: teal;
color: white;
text-align: center;
cursor: pointer;
}