body{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(233, 233, 233);
    overflow: hidden;
    flex-direction: column;
    font-family: 'Helvetica', sans-serif;
    row-gap: 2vh;
    font-size: 0.75rem;

}

a{
    color: black;
}

.p5Canvas{
    width: auto !important;
    height: 80vh !important;
}