.slot {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    border: 5px solid #666;
}

.slot-headline{
    margin-bottom: 20px;
}

.slot-result{
    margin-bottom: 20px;  
}

.slot-button{
    padding: 10px 20px;
    cursor: pointer;
}

.checklist-link {
    margin-top: 20px;
    text-align: center;
}

.checklist-link a {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
}

.checklist-link a:hover {
    text-decoration: underline;
}