body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    font-family: sans-serif;
    background-color: #f5f5dc; /* Bej renk */ /* Arka plan rengi */
}

.
.container {
    position: relative;
    text-align: center;
}

.content-box {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer {
    position: absolute;
    bottom: 10px;
    right: 10px;
}