html{user-select:none;width:100%;height:100%;padding:0px;margin:0px}

body{
   height:100%; 
   width:100%;
   margin:0;
   padding: 0;
   display:flex;
   align-items: center;
   justify-content: center;
   background-image: url('/img/splash.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   flex-direction: column;
   background-position: bottom;
}

.logoContainer{
   display: flex;
   align-items: center;
   transform: scale(0.75);
   justify-content: center;
   border-radius: 15px;
   padding:15px;
   border-style:solid;
   border-width: 5px;
   border-color: #06402bCC;
   background-color: #06402b99;
}
.logo{
   padding:10px;
}
.text{
   width: 100%;
   font-size:20pt;
   color: white;
   font-weight: 500;
   text-align: right;
}
