@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@500&display=swap');


body{
    background-color: rgb(0, 0, 0);
}
.titulo {
    text-align: center;
}
.titulo h1{
    font-family: 'Pixelify Sans', sans-serif;
    background: linear-gradient(45deg, #ffe601, #ff9901);
    -webkit-background-clip: text; /* Para navegadores basados en WebKit, como Chrome y Safari */
    background-clip: text;
    color: transparent;
    font-size: 600%;

}

.class 
  
  {
    height: 100%;
  }
  
  body {
    height: 100%;
    margin: 0;
    background: #000000;
  }

  .fcc-btn {
    background-color: #d6ec16;
    color: white;
  
    padding: 30px 40px;
    text-decoration: none;
    font-size: 200%;
  }
  .fcc-btn:hover {
    background-color: #bb7307;
  }
  
  .button 
  {
    font-size: 200%;
  }

  
  
  
  

.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    align-items: center;
  }

  th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }

  th,td {
    background-color: #abbb1b;
    color: white;
  }

  tr:nth-child(even) {
    background-color: #fffce6;
  }

  tr:nth-child(odd) {
    background-color: #ffe9cc;
  }