.popap {
    position: fixed;
    bottom: 0;
    background: white;
    border: 2px solid black;
    padding: 20px;
    z-index: 999;
}
.popap p {
    font-size: 14px;
    margin-bottom: 20px;
}
.popap .close {
    display: block;
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}
