@import"../styles.css";
#center {
    transform-origin: center center;
    display: block;
    margin: auto;
    position: relative;
    z-index: 1;
}
#topLeft {
    top: 0;
    left: 0;
}
#topRight {
    top: 0;
    right: 0;
}
#bottomLeft {
    bottom: 0;
    left: 0;
}
#bottomRight {
    bottom: 0;
    right: 0;
}
