body, html {
    margin: 0;
    padding: 0;
  }
  body {
    font-family: "Poppins", sans-serif; /* Modern & clean font */
    font-size: 16px; /* Standard size for readability */
    line-height: 1.6; /* Increases spacing for better readability */
    color: #333; /* Dark gray for easy reading */
}

.title{
    display: flex;
    justify-content: center;
    gap: 100px;
}
/* a{
    text-decoration: none;
} */
.button a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: white; 
    font-size: 16px;
    border-radius: 5px;
}

.telegram-btn {
    background-color: #0088cc; 
}

.register-btn {
    background-color: #e2930a; 
}

.button a:hover {
    opacity: 0.8;
}

h3{
    text-align: center;
}

/* .button{
  background-color: #e2930a; 
  border: none;
  padding: 13px 50px;
  font-size: 16px;
}
button1 ,button2{
    color: #f0eded; 
}*/

.button3 a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    
}
button1{
    text-decoration: none;
    background-color: blue;
    padding: 13px 50px;
    font-size: 16px;
    color: white;
} 

table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid black; 
    padding: 10px;
    text-align: left;
  }
  .footer{
    height: 18vh;
    border: none;
    background-color: #eeeeee;
  }
 #para{
     text-align: center; 
  
 }
 #ert ,.ead{
    margin-left: 5vw;
    margin-right: 5vw;
 }
 .images {
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 15px;
    flex-wrap: wrap; 
    padding: 10px;
}

.images img {
    max-width: 100%; 
    flex: 1;
    height: 400px; 
    border-radius: 10px; 
    border: 5px solid transparent;
    border-image: linear-gradient(to right, #ff8c00, #ff0080);
    border-image-slice: 1;
    border-radius: 10px;
}

 /* img {
    border: 5px solid transparent;
    border-image: linear-gradient(to right, #ff8c00, #ff0080);
    border-image-slice: 1;
    border-radius: 10px;

}
 */


