#start {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.map-button {
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}


.map-button.shop {
    left: 41vw;
    top: 62vh;
    width: 11vw;
    height: 23vh;
    border-radius: 50%;
 /*   background-color: purple; */
}


.map-button.farm {
    left: 41vw;
    top: 86vh;
    width: 14vw;
    height: 10vh;
/*    background-color: pink; */
}

.map-button:hover {
    border: black 4px solid;
}