Panel centralization
#panel1 /* The number here marks the order of creation of the panel. If you wish to modify the first panel you created, number 1 will work.*/
{
position: absolute;
left: 50%;
transform: translate(-50%, 0px);
}
#panel1 /* The number here marks the order of creation of the panel. If you wish to modify the first panel you created, number 1 will work.*/
{
position: absolute;
left: 50%;
transform: translate(-50%, 0px);
}