body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background: url('Aqualee.png') no-repeat center center fixed;
    background-size: cover;
}

h2 {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

ul li {
    display: inline-block;
    margin: 0 15px;
}

ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    background-color: #388E3C;
    padding: 12px 20px;
    border-radius: 6px;
    transition: 0.3s;
}

ul li a:hover {
    background-color: #4a9af0;
    transform: scale(1.05);
}
