
@font-face {
    font-family: ethno;
    src: url('assets/fonts/ethnocen.ttf');
}

:root {
    --textColor: white;
}

.game-control, .game-control * {
    color: var(--textColor);
    font-family: ethno;
    font-size: 1em;
}

.btn {
    border: solid 1px white;
    margin: 10px;
    color: white;
    font-family: ethno;
}
.avatar {
    width: 50px;
}
.message {
    width:50%; 
    word-wrap:break-word; 
    display:inline-block;
}

.con {
display: grid;
width: 100%;
height: 100%;
}
  
.content, .overlay {
grid-area: 1 / 1;
z-index: 1;
}

.help * {
    font-family: Arial, Helvetica, sans-serif;
}
