body {
    margin: 160px;
    padding: 40px 20px;
    min-height: 100vh;
    background: url('https://pepaa.netlify.app/standard.gif') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.card {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    max-width: 700px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    z-index: 1;
}

footer {
    text-align: center;
    font-size: 14px;
    color: #333;
}

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

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