body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}


.intro-section {
    height: auto;
    padding-top: 50px;
    text-align: center;
    background: #fff;
}

.negozio-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
    text-align: center;
    background: #FFFFFF;
}

.chisiamo-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background: #2E2B2B;
}

.contatti-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background: #FFFFFF;
}

.d-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background: #2E2B2B;
}