/* default font size */
* {
font: "fonts/FiraMono-Regular.ttf";
font-size: 38px;
}
.hidden {
display: none;
}
.menu {
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.settingsmenu {
justify-content: center;
width: 100%;
height: 100%;
}
.settingstab {
width: 200px;
height: 65px;
}
.menutitle {
font-size: 60px;
margin: 40px;
color: #E6E6E6;
}
.mainmenutitle {
font-size: 80;
margin: 50px;
color: #E6E6E6;
}
.menubutton {
width: 200px;
height: 65px;
margin: 20px;
}
.menubutton .button-foreground {
background-color: #262626;
color: #E6E6E6;
}
.menubutton:hover .button-foreground {
background-color: #404040;
}
.menubutton:pressed .button-foreground {
background-color: #59BF59;
}