.avviso{
    background: rgba(45, 45, 45, 0.524);
    color: rgb(184, 184, 184);
    padding: 6%;
    font-size: 15px;
    border-radius: 10px;
}

.avviso2{
    background: rgba(45, 45, 45, 0.524);
    color: rgb(184, 184, 184);
    padding: 3%;
    font-size: 20px;
    border-radius: 10px;
}

hr{
    color: rgb(128, 128, 128);
    width:90%;
}

.room{
    background-image: url("/img/room.webp");
    background-repeat:round;
}