body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f2f2f2;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    padding-top: 80px;
    box-sizing: border-box;
    background: url(/img/paper.jpg)no-repeat center center fixed;
    background-size: cover;
}


h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.container {
    max-width: 600px;
    padding: 150px;
}

footer {
    margin-top: auto;
    font-size: 0.9rem;
    color: #777;
    padding: 10px;
}
