* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #111a19;
}

header {
    background-color: #03fffba1;
    color: #ffffff;
    padding: 1rem 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    font-size: 20px;
}

 .future-section {
    padding: 2rem;
    margin: 1rem 0;
}

 .future-section {
    background-color: rgba(1, 236, 244, 0.116);
    box-shadow: 0 2px 5px rgb(0, 0, 0);
}


 ul :hover {
    color: #fff;
    text-decoration: none;
    
    transition: color 0.3s ease-in-out;
}

 ul :hover {
    color: #00f7ff;
}

h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 2.0em;
    padding: 15px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(1, 236, 244, 0.116);

}

th, td {
    border: 2px solid #ddd;
    padding: 15px;
    text-align: left;
}

th {
    background-color: #03fffba1;
}

footer {
    background-color:  #111a19;
    padding: 20px;
}
