#gamepage{
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: lightgray;
    text-align: left;
    background-color: rgb(41, 43, 42);
   }

body{
    background-color: rgb(41, 43, 42)!important;
    color: lightgray!important;
    }

#notification-panel{
    BORDER-STYLE: SOLID;
}


.logo {
    max-width: 100px;
    max-height: 100px;
}

#register{
    text-align: center;
   }

div.homepage-content{
    padding: 30px;