.material-symbols-rounded {
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
  user-select: none;
}

.fa-solid {
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-style: normal;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
}

.start-screen-button i,
.back-button i,
.restart-btn i,
.leave-game i {
    margin-right: 3px;
    margin-top: 3px;
    vertical-align: middle; 
}

.start-screen-button i {
  margin-bottom: 5px;
}

.restart-btn i {
  margin-right: 3px;
  margin-bottom: 3px;
}