.menu {
    background-color: yellow;
    width: width=device-width;
    height: 50px;
    border-radius: 10px;
}

.logo {
    position: absolute;
    transform: scale(0.3);
    left: -50px;
    top: -65px;
}

.menu-buttons {
    position: absolute;
    left: 100px;
    top: 25px;
    display: flex;
    gap: 500px;
}

.prodotti {
    border: 0px;
    border-radius: 10px;
    color: white;
    background-color: black;
}

.email {
    border: 0px;
    border-radius: 10px;
    color: white;
    background-color: black;
}

.homepage {
    border: 0px;
    border-radius: 10px;
    color: white;
    background-color: black;
}

.scritta-email {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: white;
}

.canale {
    border: 0px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    background-image: linear-gradient(90deg, #ff0000 0%, #ffffff 50%, #ff0000);
}