.fixed-button {
    position: fixed;
    top: 69px;
    left: 2px;
    padding: 1px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
    z-index: 9999;
}

.fixed-button:hover {
    background-color: #9EB6B7;
}

h1 {
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    font-size: 20px;
    color: #9EB6B7;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

ul {
    margin-left: 20px;
    list-style-type: disc;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.footer {
    text-align: center;
    margin-top: 30px;
    color: #777;
    font-size: 14px;
}