body{
    background-color: coral;

font-size: 50px;
text-align: center;
    
}
main{
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;

}
p{
  display:flex;
  flex-direction:row-reverse;
  justify-content: space-evenly;

}
#up{
     width: 200px;
     height:200px
    
     
      
}
  #down{
    width: 200px;
    height:200px;
    
}

#left{
    width: 200px;
    height:200px;

}
#right{
    width: 200px;
    height:200px;

}
#path{
    width: 600px;
    height:600px
}