
#popup{
    display: none;
    color: white;
    background-color: var(--main-color);
    padding: 20px 40px;
    width: 90%;
    left: 5%;
    position: fixed;
    bottom: 20px;
    text-align: center;
    z-index: 9999;
    border-radius: 10px;
}