body {
  font-size: 13px;
  line-height: 20px;
  font-weight: 200;
  
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(52,13,15,1) 100%);
}

img.icona {
  width: 40%;
}
  
/* Desktop */
@media screen and (min-width: 700px) {
  img.icona {
     width: 15%;
  }
}