.menu {
    background-color: rgba(255,255,255, 0.7);
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menulink {
    width: 100px;
    display: flex;
    justify-content: center;
}

.menuicons {
    height: 30px;
}

.back {
    height: 50px;
}