
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    background: #0073e6;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 2.5rem;
}

section {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
}

h2 {
    color: #0073e6;
}

footer {
    text-align: center;
    padding: 1rem 0;
    background: #f4f4f4;
    color: #666;
    margin-top: 2rem;
}

footer a {
    color: #0073e6;
    text-decoration: none;
}

#buy{
    position: fixed;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 32px 3px #dddddd;
    -moz-box-shadow: 0 3px 32px 3px #dddddd;
    box-shadow: 0 3px 32px 3px #dddddd;
    right: 20px;
    bottom: 20px;
    background-image: url("../assets/favicon_io/apple-touch-icon.png");
    background-size: cover;
    z-index: 1
}

.contact, .policy {
    margin-top: 1.5rem;
}

ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

a {
    color: #0073e6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}