html, body {
    margin: 0;
    padding: 0;
    background: #0a0a0a;
    font-family: Arial, sans-serif;
    color: #e0e0e0;
    min-height: 100vh;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: calc(100vh - 120px);
    text-align: center;
    padding: 8vh 20px 140px 20px;
}

h1 {
    color: #ffffff;
    font-size: 3em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

p {
    font-size: 1.2em;
    text-align: center;
    max-width: 600px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: rgba(10, 10, 10, 0.9);
    color: #888;
    font-size: 0.9em;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-text {
    position: relative;
    z-index: 2;
}

.annabella {
    color: #F8BBD9;
}

.armadillio {
    color: #00FFFF;
    text-shadow: 0 0 5px #00FFFF;
}

.ivan-image {
    position: absolute;
    bottom: 10px;
    right: 20px;
    height: 100px;
    width: auto;
    z-index: 3;
    opacity: 0.9;
}
