@import url("default/theme/blog.css");

.index-fixed {
    position: fixed;
    width: 25%;
    top: 0;
}
.index-absolute-bottom {
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
}