.rmp_menu_trigger {
    width: 55px;
    height: 55px;
    position: fixed;
    top: 7px;
    border-radius: 5px;
    display: none;
    text-decoration: none;
    right: 5%;  
    transition: transform 0.5s, background-color 0.5s;
}