body {
    background: linear-gradient(135deg, #242424, #000000);
    padding: 0;
    display: flex; 
    flex-direction: column;
    align-items: center; 
    height: 100vh; 
    font-family: 'Lato', sans-serif;
    max-width: 100%;
    margin: 0 auto;
}

.container {
    width: 100%;
    margin: 0 auto;
    display: flex; 
    flex-direction: column;
    align-items: center; 
    color: white
}

#main-heading {
    text-align: center;
    font-size: 32px;
    color: white;
    margin-bottom: 20px; 
}


.about-text {
    text-align: center;
    font-size: 18px;
    color: white;
    margin-bottom: 20px; 
    line-height: 1.5; 
}


.founder-text {
    text-align: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}


    button {
    background-color: #ff0000; 
    color: white; 
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px; 
    cursor: pointer;
    margin: 10px; 
}

button:hover {
    background-color: #3b0000; 
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
  }
  
  .game-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.2s;
  }
  
  .game-thumbnail:hover {
    transform: scale(1.05);
  }

  a {
    color: red; 
  }
  
  a:hover {
    color: red; 
  }

  .paragraph-text {
    text-align: center;
    font-size: 15px;
    color: white;
    margin-bottom: 20px; 
    line-height: 1.5;
    width: 85%;
  }

.CodingClub-text {
    text-align: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
  }

.AboutCodingClub-text {
    text-align: center;
    font-size: 15px;
    color: white;
    margin-bottom: 20px; 
    line-height: 1.5;
    width: 85%;
  }

  .worker1-text {
    text-align: center;
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
  }

  .worker2-text {
    text-align: center;
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
  }


  .creator-text {
    text-align: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
  }

  h1.custom-text{
    text-align: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px; 
  }

  footer {
    color: white;
  }

  .spacebar-clicker {
    height: 105px;
    width: 100%;
  }

  #searchbar {
    width: 80%;
    padding: 10px;
    margin: 20px auto;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid
  }

  .Update-text{
    text-align: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
  }

  .story-text{
    text-align: center;
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
  }

  .hidden {
    display: none;
}
