body
{
    /* background-color:#F3A2A2 !important;
    background-image: url("./bg1.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; */
    color: white !important;
    font-family: 'Mochiy Pop P One', sans-serif !important;
    font-family: 'Montserrat Alternates', sans-serif !important;
    
}
.background-image {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
    display: block;
    background-image: url('./bg1.jpg');
    background-size: cover !important;
    width: 100%;
    height: 1800px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);

  } 
  .content {
    overflow: auto;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;


  }
  .menu
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 80px;
    font-size: 50px;

    z-index: 9999;
}
.menu div:hover
{
    border-bottom: 3px solid black;
    color: black;
}
.box-txt
{
    display: flex;
    justify-content: center;
    /* border:  1px solid black; */
    height: 100px;
    align-items: center;
    color: white;

    z-index: 9999;
}
.img-item
{
    width: 50%;
    line-height: 18px;
}
.item1
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: black;
    opacity: 0.5;
}
.txt-item
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 70%;
    /* align-items: center; */
}
.price
{
    width: 30%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.linea-item
{
    border-top: 1px solid white;
    width: 100%;
}
.titolo-item
{
    font-size: 30px;
    font-weight: 700;
    color: white;
}
.descrizione-item
{
    font-size: 18px;
    font-weight: 600;
    color: white;
}
.price-item
{
    font-size: 45px;
    color: red;
}
.tot-item
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.txt-tot
{
    color: white;
    font-size: 40px;
    width: 70%;
}
.tot
{
    color: white;
    font-size: 40px;
    width: 30%;
}