
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
touch-action: pan-y;

    font-family: Arial, sans-serif;
    color: white;
    text-align: center;
}

canvas#phlogiston {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.content {
    position: relative;
    z-index: 2;
    padding: 20px;
    min-height: 120vh;
padding-bottom: 96px; /* space for the mailto */

}

header h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

.avatar {
    width: 200px;
    height: auto;
    border-radius: 50%;
    border: 3px solid white;
    margin-bottom: 20px;
}

section {
    margin: 20px auto;
    max-width: 800px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

footer {
    margin-top: 30px;
    font-size: 0.9em;
}
