.absolute {
    position: absolute;
}

.top {
    top: 1rem;
}

.right {
    right: 1rem;
}

.left {
    left: 1rem;
}