/* Things Page Specific Styles */
.logic-symbol {
    font-size: 4rem;
    text-align: center;
    margin: 2rem 0;
    opacity: 0.8;
}

.quote {
    font-style: italic;
    text-align: center;
    margin: 2rem 0;
    font-size: 1.2rem;
    color: #666;
}

.link-container {
    text-align: center;
    margin: 2rem 0;
}

.link-container a {
    display: inline-block;
    padding: 12px 25px;
    background-color: #333;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.link-container a:hover {
    background-color: #555;
}

.heading {
    text-align: center;
}

.counter {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.1rem;
    opacity: 0.8;
}
