.header-logo  .v-avatar{
   width: 148px !important;
    height: auto!important;
}

@media only screen and (max-width: 650px) {
.header-logo  .v-avatar{
   width: 90px!important;
    height: auto!important;
}
}

.game-search-button{
display: none!important;
}

.text-md-h3 {
        color: white !important;
        text-decoration: none !important;
    }

    .text-lg-h3 {
        text-decoration: none !important;
        color: white !important;
    }

.v-toolbar__content {
    height: 90px!important;
}