body {
    background: linear-gradient(to right, #0b65a8, #084878);
    color: white;
    font-family: 'Segoe UI', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    color: white;
    text-decoration: underline;
}

.content {
    padding: 2rem;
}

.app-buttons img {
    height: 50px;
    margin-right: 10px;
}

.phone-mockup {
    max-width: 400px;
}

footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    padding: 1rem 0;
    margin-top: auto;
}

footer a {
    margin: 0 1rem;
}
