body {
    font-family: Tahoma, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
}
h1 img {
    width: 300px;
    height: auto;
    margin: 0 auto;
    
}
footer a {
    color: rgb(4, 177, 197);
    text-decoration: none;
}
footer a:hover {
    color: #3ff0f3;
    text-decoration: underline;
}
h2 {
    color: #242424;
    font-family: Verdana, Tahoma, sans-serif;
}
h2 a{
    color: rgb(4, 177, 197);
}
h2 i:hover{
    color: rgb(4, 177, 197);
}
header h1 a {
    text-decoration: none; /* Remove underline */
    color: inherit; /* Inherit text color from parent */
    cursor: pointer; /* Show clickable cursor */
}
header h1 a:hover {
    opacity: 0.8; /* Slight fade effect on hover */
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
nav a {
    padding: 0;
    color: #444;
    text-decoration: none;
    font-size: large;
    font-weight: bold;
    transition: 0.3s;
    display: inline;
    margin: 0 30px;
}
nav a:hover {
    color: #777;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
section {
    position: relative;
    overflow: hidden;
}
