:root{
    --color1: rgb(219,144,.5);
    --color2: rgba(23, 180, 83, 0.877);
    --color3: rgba(11,194,211, 0.623);
    --fondo: #f2f2f2;
    --titulos: 33px;
    --margenes: 60px;
    --espacios: 10px;
    --espacios-contenido:45px;
  }
  
* {
    margin: 0px;
    padding: 0px;
}

body {
    background: var(--fondo);   
    background-image: url("../img/logoalfico.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}