.Menu_UPBIT {
    display: flex;
    justify-content: right;
    align-items: center;
    background: #0e1521;
    border-bottom: 1px solid #1e273a;
}
.Menu_UPBIT ul {
    display: flex;
    padding: 10px 0px;

}
.Menu_UPBIT ul li {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}
.Menu_UPBIT ul li a {
    color: #fff;
}
.Menu_UPBIT ul li a:hover {
    color: #388eff;
    transition:0.5s; 
}
.Menu_UPBIT ul li a:hover img {
    transition:0.5s; 
    margin-right: 5px;
}
.Menu_UPBIT ul li span {
    display: inline-block;
    width: 65px;
    text-align: right;
}
.Menu_UPBIT ul li span img {
    width: 50px;
    height: 50px;
    margin-left: 10px;

}