@import url('https://fonts.googleapis.com/css2?family=Rubik+Scribble&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Foundation:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Foundation&family=Permanent+Marker&display=swap');


#screen {
    width: 280px;
    height: 192px;
    background-color: #a0a0a0;
    margin: 20px auto;
    border: 5px solid #000;

    position: absolute;
     top: 29.1%; 
     left: 50%;
     transform: translate(-50%, -50%); 
    background-color: #A7BA7A;
    border-radius: 10px;
  }

  

.title {

    font-family: "Rubik Scribble", system-ui;
  font-weight: 400;
  font-style: normal;
}

.navbar {
background-color: #E61B23;
border: 5px solid #000;
border-radius: 10px;
}

.titolo {

    width: 200px;
    height: 50px;
}

.A, .B, .L, .R, .S {
    width: 20px;
}

.comandi {
    text-align: center;
}

.disclaimer {
    font-family: "Edu NSW ACT Foundation", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.titol0{
font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}