/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap'); */


.preview_box {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: #ff00006e;
    width: 270px;
    height: 100px;
    z-index: 999;
    border: 3px solid #ff0000;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    font-weight: bold;
    color: #fff;
}