/*!
 * author: Magni IP - https://magniip.com - 2020
 */

body{
   user-select: none;
}
.marginComponents{
   margin: 2px;
}

.customCenter {
   text-align: center;
   justify-content: center
}

.bottomCorner{
   position: absolute;
   bottom: 0;
   right: 0;
}

#version{
   color: #CCCCCC;
   margin: 3px;
}
h1{
   font-size: 2.5em;
}
h3{
   font-size: 1.5em;
}

.align-right{
   text-align:right;
}

.fixed-nav-bar {
   position: fixed;
   top: 0;
   right: 0;
   z-index: 9999;
   width: 100%;
   height: 50px;
}

.nav-item{
   background-color: darkred;
   margin-left: auto;
   margin-right: 5px;
   padding-left: 5px;
   padding-right: 5px;
   width: 75px;
   text-align: center;
}
.nav-item:hover{
   background-color:red;
}