body {
    background-color: #111;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 20px;
}

.back-link {
    color: #f63f3f;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

h1 {
    color: #fff;
}

.card {
    background-color: #1c1c1c;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 0 5px #f63f3f55;
    max-width: 600px;
}