/* ===== ATAS ===== */
.top-left {
  position: absolute;
  top: 0px;
  left: 0px;
  
  
}

.top-center {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  
  
}

.top-right {
  position: absolute;
  top: 0px;
  right: 0px;
  
  
}

/* ===== TENGAH ===== */
.middle-left {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  
  
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  
}

.middle-right {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  
  
}

/* ===== BAWAH ===== */
.bottom-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  
  
}

.bottom-center {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  
  
}

.bottom-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  
  
}

.layer-page{
    position: absolute;
}