.door-pop-up {
    position: absolute;
    bottom: 0px;
    height: 400px;
    width: 400px;
    background-color: rgb(170, 170, 170);
    color: black;
    border: 2px black solid;
    border-radius: 8px;
    display: none;
}

.spawning-area {
    position: absolute;
    left: 10px;
}

.door-button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.door-button:hover {
    background-color: rgb(234, 70, 70);
}