* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1em;
    font-family: 'Quattrocento Sans', sans-serif;
    
}

.ds_none {
    display: none !important; 
}

