body {
    background-color:rgb(130, 228, 138); 
    color: white; 
    margin: 0;
    font-family: Arial, sans-serif;
}
h4{
    color:black;
    background-color:burlywood;
    text-align: center;
    font-size: large;
}




h1{
    color:blue;
    text-align: center;

}
.center-image {
    display: block;
    margin: auto;
}

.content{
    display: flex;
    text-align: center;
    align-items: center;
    margin: 20px auto;
    width: 80%;
}
.info p{
    width: 70%;
    font-size: 18px;
    line-height: 1.6rem;
    background-color: white;
    padding: 20px;
    border-bottom: 5px solid red;
    border-top: 5px solid green;
}
.table{
    width: 80%;
    margin: 20%;
}
th,td{
    border: 2px solid blue;


}
.list li: hover{
backgroud:white;
}
/* Reset */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f4f4f4;
}

/* Navigation bar styling */
nav {
    background-color: #333;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 1em;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #ff6600;
}

/* Header styling */
header {
    text-align: center;
    padding: 20px;
    background-color: #ddd;
    margin: 20px;
    border-radius: 8px;
}
h3{
    color:olive;
    text-align: center;
    text-decoration: chartreuse wavy underline;
    font-size:larger;
}
p{
    color: black;
    text-align: center;
    font-size: large;
}
p{
    color: black;
    text-align: center;
    font-size: large;
}
