
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fjalla+One&display=swap');
*
{
    padding: 0;
    margin: 0;
}



#login
{
height: 30px;
width: 30px;
margin-right: 5px;
}

#button1
{
position: relative;
background-color: grey;
height: 40px;
width: 100%;
gap: 10px;
align-items: center;
display: flex;
justify-content: right;
}

#button2
{
position: relative;

background-color: #3d3d3d;
height: 60px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}

a
{
    text-decoration:none ;
    font-family: 'Fjalla One', sans-serif; 
}

h1
{

    font-family: 'Fjalla One', sans-serif; 
}

p
{
    font-family: 'Fjalla One', sans-serif; 
}

.link
{
    color: white;
    text-decoration:none ;
    font-family: 'Fjalla One', sans-serif;
}

.linku
{
    color: white;
    
    font-family: 'Fjalla One', sans-serif;
}

.spazio
{
    width: 100%;
    height: 50px;
    background-color: rgb(218, 21, 21);
   
}

.hp
{
    width: 30%;
    height: 50px;
    background-color: rgb(160, 23, 23);
    color: white;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 6px;
}

#prodotto
{
    display: flex;
    width: 90%;
   margin: 10px;
   
}

.img 
{
   
    height: 200px;
    width: 120px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px;
    background-color: whitesmoke;
}

#nmprodotto
{
margin-left: 10px;
}

#dscrprodotto
{
position: absolute;
margin-top: 50px;
margin-left: 140px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding: 5px;
width: 470px;
height: 150px;
}

#prprodotto
{
position: absolute;
margin-top: 190px;
margin-left: 640px;
}

#acquista
{
    text-decoration: none;
    color: white;
    background-color: red;
    position: absolute;
    margin-top: 187px;
    margin-left: 1250px;
    width: 60px;
    text-align: center;
    padding: 3px;
    border-radius: 15px;
}

.logo
{

display: flex;
justify-content: center;
background-color: black;
}


.link2
{
    color: red;
    text-decoration:none ;
    font-family: 'Fjalla One', sans-serif;
}



.fine_pag
{
    font-family: 'Roboto', sans-serif;
    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;
}
