/* .comfortaa-normal {
  font-family: "Comfortaa", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
} */
/*
@font-face {
  font-family: 'ralewaythin';
  src: url('../fonts/raleway.woff2') format('woff2'),
       url('../fonts/raleway.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}*/

/*
@font-face {
  font-family: 'urbanist';
  src: url('../fonts/urbanist.woff2') format('woff2'),
       url('../fonts/urbanist.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}*/

@font-face {
  font-family: 'comfortaaregular';
  src: url('../fonts/comfortaa/comfortaa-variablefont_wght-webfont.woff2') format('woff2'),
       url('../fonts/comfortaa/comfortaa-variablefont_wght-webfont.woff') format('woff'),
       url('../fonts/comfortaa/comfortaa-variablefont_wght-webfont.eot'),
       url('../fonts/comfortaa/comfortaa-variablefont_wght-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/comfortaa/comfortaa-variablefont_wght-webfont.svg#comfortaaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: "comfortaaregular", sans-serif;
  font-size: 16 em;
  /*font-align: justify;*/
}

a {
  color: black;
  text-decoration: none;
}
ul {
  display: block;
  list-style-type: square;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 1px;
  background-color: rgb(180, 100, 180); 
}
.fondo {
  background-color: rgb(180, 180, 180); 
  list-style-type: none;
/*  text-align: center;*/
  margin: 10;
  padding: 10;
}

.fondo li {
  background-color: rgb(255, 255, 255); 
  width:320px;
  height: 100px;
  display: inline-block;
  float: left;
  font-size: 16px;
  padding: 10px;  
  text-align: justify;
}

