@charset "utf-8";
/* CSS Document */

.box{
  position: relative;
}
.bottom-left {
  position: absolute;
  bottom: 25px;
  left: 25px;
}