body{
    background-color: #040c1c;
    text-align: center;
  }
  
  #rang {
    float: right;
    padding: 10px;
    float: left;
    width: 20%;
    margin-top: 50px;
    border: 3px solid;
    text-align: center;
    margin-bottom: 100px;
  }
  
  #info {
    font-size: 20px;
    margin-top: 20px;
  }
  
  h1 {
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 36px;
    margin-bottom: 20px;
    color: #7ebdc1;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 32px;
  }
  
  button {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    border-radius: 3px;
    background-color: rgb(242, 242, 242);
    border: none;
    font-size: 18px;
  }
  
  button:hover {
    background-color: #bdbcbc;
  }
  
  p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px ;
    margin-top: 20px;
    color: white;
    text-align: center;
  }
  
  .drets {
    font-family: Arial, Helvetica, sans-serif;
    font-size:90%; 
    color:white;
  }
  
  .footer {
    text-align: center;
    position: fixed;
    left: 5px;
    bottom: 0;
    right: 5px;
    background-color: #040c1c;
  }

  .columna {
    width: 75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
  }
  @media screen and (max-width: 1000px) {
    .columna {
      width: 100%;
    }
  }
  a {
    color: #7ebdc1;
    padding-bottom: 200px;
  }