* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
    height: 100vh;
}

[data-mostrar="nao-mostrar"] {
    display: none;
}
[data-mostrar="mostrar"] {
    display: flex;
    flex-direction: column;
}