#void-container {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
}
#void {
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 500px;
    text-align: center;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#void h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}
#void p {
    padding-top: 10px;
    color: #666;
    font-size: 16px;
}