@font-face {
    font-family: hide;
    src: url(Neue/NeueMachina-Bold.otf);
  }

  @font-face {
    font-family: hidino;
    src: url(Neue/NeueMachina-Light.otf);
  }
  
  .allinea{
    display: flex;

    justify-content: space-between;

    margin-bottom: 22px;
    


}

.bottone2{

    font-size:xx-large;
  
    cursor: pointer;
  
    background: none;
  
    color: white;
  
    font-family: hide;
    
  }



.immagini{

    display: flex;
    justify-content: center;
}

.forma{

    width: 200px;
}

.testi{

    color: aliceblue;

    text-align: center;

    font-family: hide;

    font-size: larger;
    
    height: px;
}


.storia{
    

    margin-bottom: 100px;

    text-align: left;

  margin-left: 340px;

    color: white;

    font-family: hidino;

    font-size: large;
}

.storia:hover{
  cursor:default;
}


.bottoneplay{

    

    text-align: center;
}

.bottoneplay:hover{

    transform: scale(1.2);

    transition: 100ms;



    text-align: center;
}



