#myLauncher {
    display: flex;
    z-index: 10 !important;
    cursor: pointer;
    padding: 15px;
    border-radius: 1rem;
    width: 78px;
    text-align: center;
    color: white;
    background-color: #8BC4C1;
    position: fixed;
    bottom: 3.55rem;
    right: 3rem;
}

#image {
    display: flex;
    margin: 4px 3px 0 0;
}

#launcher,
.launcher-container {
    display: none !important;
}
