
.p5Canvas {
    svg {
        max-width: 100%;
    }
}

@media screen and (max-width: 900px) {
    body.app {
        grid-template-columns: 1fr;
        grid-template-areas: "presence" 
                            "main" 
                            "footer";
    }
}

.grid-position {
    margin-top: 1rem;
    font-size: 0.85rem;
}

button {
    background: var(--foreground);
  border: 0;
  border-radius: 2rem;
  padding: .1rem 1rem;
}

