﻿.sagtaraf {
    position: fixed;
    bottom: 1vh;
    right: 1vw;
    width: 50%;
    text-align: right;
    z-index: 99999
}

.soltaraf {
    position: fixed;
    bottom: 1vh;
    left: 1vw;
    width: 50%;
    text-align: left;
    z-index: 99999
}
