body{
    background-color: grey;
}

.s{
background-color: rgb(3, 3, 12);
border-width: 1px;
height: 35px;
border-color: red; 
border-style: inset;
margin-top: 5px; 
padding-top: 5px; 
border-radius: 13px
}
h1{
    text-align: center;
    background-color: #8e44ad;
}
.awesome{
    text-align: center; 
    color: #0028FF; 
    text-transForm: uppercase; 
    font-size: 39px; 
    font-weight: bold; 
    margin-top: 5px;
}
.game_list li div {
    padding-top: 10px !important;
}

.game_list li a {
    font-size: 18px;
}

@media (max-width: 359px) {
    .game_list li a {
        font-size: 16px;
    }
}
.textcenter{
    text-align: center;
}

  
.div_hover:hover {
    background-color: #000000;
  }
  