@font-face{
    font-family: Abel;
    src: url(../fonts/Abel-Regular.ttf);
}

@font-face{
    font-family: Righteous;
    src: url(../fonts/Righteous-Regular.ttf);
}

#canvas{
    border: 20px solid darkblue;
    margin-top:50px;
    margin-bottom: 20px;
    
}
*{
    font-family: Abel, sans-serif;
}
body{
    background-color: gray;
    color:white;
}
.navbar-item{
    font-family: Righteous, sans-serif;
}
#btnNormal{
    width:70;
    height:70;
    text-align: center;
}
button{
    background-color: black;
    border: 5px solid darkblue;
}
li{
    font-size:1.5em;
}
