#online-clock {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}