/* body{
    align-content: center;
    justify-content: space-between;
    max-width: min-content;
} */

canvas {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}


iframe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

.iframe p{
    justify-content: center;
    text-align: center;
}

p5 {
    margin: 80px 0px
}



#challenge{

}