body {
       margin: 0;
}

.LG {
       margin-top: 0;
       height: 125px;
       color: blueviolet;
       background-color: wheat;
       border-radius: 5px;
       display: flex;
       justify-content: center;
       align-items: center;
       font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
       font-weight: 900;
       font-size: 50px;
}

.LemiGames {
       text-align: center;
       font-family: Georgia, 'Times New Roman', Times, serif;
}

.VS {
       display: flex;
       justify-content: center;
}

.middle {
       display: flex;
       justify-content: center;
}