* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1em;
    font-family: "Ubuntu", sans-serif;
}

/*Deixa a rolagem do site mais suave*/
html {
    scroll-behavior: smooth;
}