#form-popup {
    width: 325px;
    padding: 10px;
    margin: 0 auto;
    z-index: 1;
    background-color: white;
    box-shadow: 0 0.4rem 2.8rem rgba(40, 40, 40, 0.4);
    border-radius: 5px;
    overflow: visible;
    text-align: center;
}