.hamburger {
    color: black;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 4vh;
    margin-right: 10%;
    background-color: rgba(255, 250, 240, 0.896);
    width: 50vw;
    height: 40vh;
    line-height: 60px;
    font-weight: 600;
}