.action-screen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-prompt{
    max-width: 80vw;
    max-height: 80vh;
    border:1px solid black;
    background-color: white;
    padding: 1rem;
}
