.el-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-overlay h2 {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}

.d-none {
    background-color: rgba(0, 0, 0, 0) !important;
}