body {
    margin:0px;padding:0px;font-family: 'Arapey', serif;font-size:2vw;
    color:rgb(228, 228, 228);
    background-color:#121524;
  }
  a {text-decoration:none;color:rgb(223, 223, 223);}
  a:hover {text-decoration:underline;}
  .modal {display:none;}
  #noticias {display:none;}
  #loading {
    display:block;
    position:fixed;
    background-color:#121524;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
  }