body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f4f6f8;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 700px;
    margin: 60px auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
}

.instructions {
    text-align: center;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.links {
    list-style: none;
    padding: 0;
}

.links li {
    margin: 15px 0;
}

.links a {
    display: block;
    padding: 12px;
    background: #a80505;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    text-align: center;
    transition: background 0.3s;
}

.links a:hover {
    background: #a80505;
}
