body {
    align-items: center;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-shadow: 2px 2px 3px #212023;
    background-color:#292c35;
    margin: 0;
    padding: 0;
    background-color: #292c35;
    height: 600px;
    width: 100%;
}
#logo {
  position: fixed;
  top: 5px;
  left: 5px;
}

#logo img {
  max-height: 70px;
}

header {
    background-color: #212023;
    color: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
footer {
    background-color: #212023;
    color: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
header h1 {
    font-size: 1.5rem;
    margin: 0;
}

footer ul {
    display: flex;
    font-size: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer li {
    margin-right: 20px;
}

footer li:last-child {
    margin-right: 0;
}

footer li a {
    color: #fff;
    text-decoration: none;
}
.card a {
  color: #fff;
    text-decoration: none;
}

.content {
    display: block;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 100px;
   
    
}



.card {
    display: inline-block ;
    width: 80%;
    background-color: #1d1f25;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.card h2 {
    margin: 10px 0;
    text-align: center;
}

.card p {
    margin: 0;
    text-align: center;
}

.progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
  }
  
  .active {
    background-color: #4a864c;
  }
  
  .reset {
    background-color: #ccc;
  }
  
  .joinbutton {
    position: absolute; 
    top: 10%; 
    right: 10%;
    background-color: #2c3e34;
    color: #fff;
    padding: 1%;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .joinbutton:hover {
    background-color: #4b5c4c;
  }
  .support-btn {
        display: inline-block;
        background-color: #fae79f;
        color: #000;
        padding: 1%;
        border-radius: 5px;
        text-decoration: none;
        margin: auto auto;
    }
    .support-btn:hover {
      background-color: #f4ebcd;

    }
  .watchbutton {
    position: absolute; 
    top: 10%; 
    right: 10%;
    background-color: #2a263b;
    color: #fff;
    padding: 1%;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .watchbutton:hover {
    background-color: #443e5f;
  }
  .card2 {
    text-align: left ; position: relative;
    
    width: 80%;
    background-color: #1d1f25;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px;
    
   margin: auto ;
   margin-top: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}

.card2 h3 {
    
    text-align:left;
}
.card2 li {
    text-align: left;
}