body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: #fff;
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.enlace-blanco{
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}
#logs{
    display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 20%;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
    html {
      font-size: 95%;
    }
  }
  
  @media screen and (max-width: 1199px) {
    html {
        font-size: 95%;
    }
  }
  /*--------------------------------------------------------------
  ## Netbook
  --------------------------------------------------------------*/
  @media only screen and (max-width: 1024px) {
    html {
      font-size: 95%;
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 960px) {
    html {
      font-size: 95%;
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 768px) {
    html {
      font-size: 95%;
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 480px) {
    html {
      font-size: 95%;
    }
    #logs{
        margin-top: 50%;
    }
    #logotipo-nexus{
        width: 200px !important;
    }
    .enlace-blanco{
        font-size: 15px;
    }
}