/*
colori
menu color: #030303;
menu bg: #f6f7fb
link hover: #0b0bfe;
testo: #666;
*/

.underline::after {
    content: "";
    width: 65px;
    height: 4px;
    background: #ff7f00;
    display: block;
    margin-top: 6px;
}