.whitney-site-container {
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 40px 20px;
}

.whitney-content {
    margin-top: 0;
}

.whitney-h1 {
    font-size: 14px !important;
    font-weight: normal !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
    color: #333 !important;
    transition: color 0.4s ease-out;
    font-family: 'Times New Roman', Times, serif !important;
}

.whitney-nav {
    margin-top: 40px;
}

.whitney-link {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: 'Times New Roman', Times, serif !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    transition: color 0.4s ease-out, background-color 0.3s;
    padding: 2px 4px;
    display: inline-block;
}

.whitney-link:hover {
    color: white !important;
    background-color: black !important;
}

.whitney-hoverable {
    transition: color 0.4s ease-out, background-color 0.3s;
    padding: 2px 4px;
    margin: -2px -4px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.whitney-hoverable:hover {
    color: white !important;
    background-color: black !important;
}

.whitney-hover-images {
    position: fixed;
    pointer-events: none;
}

.whitney-hover-img {
    position: fixed;
    display: none;
    width: 200px;
    height: 200px;
    z-index: -1;
    border: 1px solid black;
    background-color: transparent;
}

#whitney-physics-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 90;
}

.whitney-controls-hint {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-style: italic;
    font-size: 12px;
    font-family: 'Times New Roman', Times, serif;
    color: #666;
    z-index: 100;
    transition: color 0.4s ease-out;
}

@media (max-width: 600px) {
    .whitney-h1 {
        font-size: 12px !important;
    }
}