body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #1a2a31;
    color: #ffc30a;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.policy-text {
    width: 80%;
    height: 50%;
    display: flex;
    flex-direction: column;
    margin: 40px;
}

h1 {
    font-size: 3rem;
    text-align: center;
}

p {
    font-size: 1.5rem;
    text-align: center;
}

footer {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    background-color: #1a2a31;
    position: absolute;
    bottom: 0;
}

footer p {
    margin: 0;
}

footer a {
    color: #ffc30a;
    text-decoration: none;
    font-size: 1.2rem;
}

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

.app-links {
    margin-top: 10px;
}

.app-links a {
    margin: 0 10px;
    display: inline-block;
}

.app-links img {
    height: 40px !important;
    width: auto !important;
    max-width: none !important;
    max-height: 40px !important;
    object-fit: contain;
}

.app-links img[src*="apple.com"] {
    padding-bottom: 10px;
}

.app-links img[src*="play.google.com"] {
    height: 60px !important;
    max-height: 60px !important;
}