.session-timer {
    height: 60px;
}

.session-timer__body {
    height: 60px;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #ff6c60;
    color: white;
    z-index: 200;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}