@charset "UTF-8";
/* CSS Document */
.up {
    position: fixed;
    bottom: 80px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #aea16e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    z-index: 1000;
}