﻿/* -- Attivare per DEBUG 
* {
    outline: 1px solid red;
}
*/
html, body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.mt-custom {
    margin-top: 3rem; 
}

.mb-custom {
    margin-bottom: 1rem; 
}

.rientro-sporgente {
    margin-left: 1.5rem !important;
    text-indent: -1.2rem;
}
