body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: url('https://tippassets.s3.eu-central-1.amazonaws.com/images/background.svg') no-repeat center center fixed;
    background-size: cover;
    font-family: Roboto, sans-serif;
    color: white;
}

.container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logo {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}

h1 {
    font-size: 2em;
    margin: 10px 0;
}

h2 {
    font-size: 1em;
    text-align: left;
}

p {
    font-size: 1em;
    color: #b0b0b0;
    text-align: justify;
}

.policy-content {
    width: 80%;
    max-width: 800px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 10px;
}

footer {
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
}

footer a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.8em;
}

footer a:hover {
    text-decoration: underline;
}
