@charset "UTF-8";

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background: #fff;
    padding: 30px;
    width: 300px;
    margin: 15% auto;
    text-align: center;
}