@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fjalla+One&display=swap');

*
{
    padding: 0;
    margin: 0;
}

a
{
    font-family: 'Fjalla One', sans-serif; 
}

h1
{
    font-family: 'Fjalla One', sans-serif; 
}

p
{
    font-family: 'Fjalla One', sans-serif; 
}

#home
{
    font-family: 'Roboto', sans-serif;
    align-items: center;
    justify-content: center;
    text-decoration:none ;
    display: flex;
    font-size: 15px;
    background-color: grey;
}

#button1
{
position: static;
right:0px;
background-color: grey;
height: 80px;
width: 100%;
font-size: 60px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Roboto', sans-serif;  
}



.link
{
  
    color: white;

}

.spazio
{
    width: 100%;
    height: 50px;
    background-color: rgb(218, 21, 21);
}

.logo
{

display: flex;
justify-content: center;
background-color: white;
margin: 50px;
}

.descrizione
{
    display: flex;
    justify-content: space-around;
    
}


#immagine img
{
    margin: 15px;
    height: 400px;
    
}

#testo p
{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 15px;
    height: 390px;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    padding: 5px;
}

.team
{
    display: flex;
    justify-content: space-around; 
    margin: 30px;   
}

.team1
{
    display: flex;
    justify-content: space-around;
    margin: 30px;  
}

#img
{ 
    width: 200px;
        height: 350px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.titolo
{
    margin-top: 20px;
    text-align: center;
    text-decoration:none ; 
    font-size: 25px;
    color: black;  
    
}

#gps
{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 15px;
}

.fine_pag
{
    color: white;
    background-color: #706f6f;
    display: flex;
    align-items: center;
    justify-content: space-between;  
}

#contatti
{
    margin-right: 30px;
}

#button3 img
{
    background-color: #706f6f;
    height: 100px;
}

#avvertenza
{
    font-family: 'Roboto', sans-serif;
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #706f6f;
}
#webmaster
{
    font-family: 'Roboto', sans-serif;
    color: white;
    width: 100%;
    display: flex;
    background-color: #706f6f;
}









