@font-face 
{
    font-family: 'Minecraft';
    src: url('Minecraft.ttf') format('truetype');
    /* You can include additional formats for better browser compatibility */
}
/*******************************GAME SOLO**********************************/
body
{
    background-color: #2c75ff;
    touch-action: none;
}
.game-home
{
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.home-button
{
    font-family: Minecraft, sans-serif;
    letter-spacing: 2px; /* Adjust the letter-spacing as needed */
    font-size: 1em;
    color:white;
    text-decoration:none;
    margin-top:12px;
    margin-bottom:12px;
    padding-top: 16px;
    padding-bottom: 16px;
    width:300px;
    border:none;
    border-radius: 24px;
    background-color: #d38a00;
    text-align:center;
}
.game-action-button
{
    font-family: Minecraft, sans-serif;
    letter-spacing: 2px; /* Adjust the letter-spacing as needed */
    font-size: 1em;
    height: 48px;
    margin-top:12px;
    margin-bottom:12px;
    width:300px;
    border:none;
    border-radius: 24px;
    background-color: #d38a00;
    color:white;
}