#contact_form_wrapper {
    display: none;
    top: 50%;
    left: 50%;
    width: 30vw;
    height: 50vh;
    background-color: white;
    border-radius: 10px;
    z-index: 1000;
}