
/* Media query per schermi più piccoli, come telefoni */
@media (max-width: 75rem){
  #board {
      width: 100%;
      height: 150px;
      
      
  }
        .footer_false{
          height:4rem;      
          font-size:0.36rem;
          width:100%;
          height:5rem;
          background:black;
          color: rgb(121, 223, 58);
          font-size:0.7rem;
          font-family:'verdana';
          position:fixed;
          padding:0.1rem;
          bottom:0;
        }
         /* Regola le dimensioni in base alle esigenze specifiche */
  }
          @media (min-width: 75rem){
          .footer_false{
            width:100%;
            height:3.2rem;
            background:black;
            color: white;
            font-size:0.7rem;
            font-family:'verdana';
            position:fixed;
            padding:0.1rem;
            bottom:0;
          }
          #board {
            width: 80%;
            height: 15rem;

          }
        }

#board {
    background:linear-gradient(180deg,#84cfd4c3,rgba(74, 71, 71, 0.393)); 
    border: 5px solid black;
    padding:0.1rem;
    border-radius: 1rem 1rem 1rem 1rem;
    margin: 0 auto;
    display: block;

}
.footer_false>p{
  text-align:center;

}
.footer_false>p>a{
  color:rgb(1, 230, 35);
  text-decoration:none;
}