
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: black url('assets/background.jpg') no-repeat center center;
    background-size: contain;
    color: white;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    text-align: center;
}

.text-box {
    margin-bottom: 30px;
}

nav {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 10px;
}

nav a {
    color: #ccc;
    margin: 0 10px;
    text-decoration: none;
}

textarea {
    width: 80%;
    max-width: 500px;
}
