h1{
    text-align: center;
}
.container , .labyrinthe{
    display: flex;
    flex-direction: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    background-color: azure;
    height: 100vh;
}

.box{
    
    width: 50px;
    height: 50px;
    border-radius: 10%;
    background-color: aqua;
    margin: 10px;
}