body {
    font-family: "Times New Roman", Times, serif;
    margin: 40px;
    color: #17103B;
    background-color: #faf8f3;
}

h1 {
    font-size: 32px;
    color: #31245E;
}

label {
    display: inline-block;
    width: 200px;
    margin-bottom: 15px;
}

.controls-row {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.sliders {
    flex-shrink: 0;
}

.explanation {
    max-width: 600px;
    margin-left: 30px;
}

.explanation p {
    margin: 0 0 10px 0;
}

input[type="range"] {
    accent-color: #008080;
}

.projections {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.projection-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

canvas {
    border: 1px dashed black;
}

.projection-label {
    margin-top: 4px;
    font-size: 18px;
}

.torus-container {
    width: 800px;
    height: 400px;
    margin-left: 40px;
}

.signature {
    position: fixed;
    top: 20px;
    right: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #888;
}

.site-footer {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #777;
    text-align: center;
}

.site-footer a {
    color: #555;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

