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

html{
    font-size: 10px;
    font-family: monospace;
}

:root{
    --color-rojo: red;
    --color-ver: green;
    --color-azul:blue ;

    --titulo-h1: 2.6rem;
    --titulo-h2: 1.8rem;
    --titulo-h3: 16rem;
    --parrafo: 14rem;
    --spam: 12rem;


}