#logOutInfo{
    height: 74px;
    width: 250px;
    z-index: 10000;
    background-color: rgb(42, 54, 71);
    color: white;
    font-size: 20px;
    font-weight: 400;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 74px;
    position: fixed;
    top: 50px;
    transition: top 0.6s ease-in-out;
}

#logOutInfo.closed{
    top: -250px;
}