﻿InteractionPrompt {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Balsamiq Sans";
    color: white;
    gap: 10px;
    font-size: 32px;

    inputglyph {
        background-size: contain;
        background-color: rgba(0,0,0, 0.8);
        border-radius: 12px;
        width: 100px;
        height: 100px;

        &.pressed {
            transform: scale(0.85);
            opacity: 0.8;
        }
    }
}
