*{
  color:white;
  box-sizing:border-box;
  font-family:sans-serif;
}
main{
  background-color:rgba(10,12,27,255);
  width:98vw;
  height:50vh;
  padding:10%;
}
section{
  width:100%;
  height:100%;
}
article{
  background-color:rgba(28,25,56,255);
  width:50%;
  height:100%;
  float:left;
}
img{
  width:50%;
  height:100%;
  float:left;
  filter:invert(0.3) sepia(1) hue-rotate(220deg) saturate(190%) brightness(0.5) contrast(180%);
}
span{
  color:rgba(170,89,216,255);
}
ul {
  list-style-type: none;
  margin: 0;
  padding:0;
  position: relative;
  right: 30px;
  top:30px;
}
li{
  display:inline-block;
  padding-left: 12%;
  font-size:0.8em;
}
#texto{
  margin:10%;
}
h1{
  font-size:1.8em;
}
p{
  font-size:0.8em;
  line-height: 1.8;
  width:90%;
}
.numeros{
  font-size:1.5em;
  position: relative;
  top:15px;
}
