.rfi-btn {
    background: lightgray;
    color: black;
    position: absolute;
    right: 0px;
    margin: 3px;
    min-width: 100px;
}
.rfi-view {
    position: absolute;
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8);
    top:0;
    left:0;
    z-index: 998;
}
.rfi-center-box {
    position: absolute;
    width: 50%;
    height: 40%;
    top: 25%;
    left: 20%;
    background: rgb(36,36,36);
    border: 1px solid lightgray;
    padding: 15px;
    z-index: 999;
    color:white;
}
.rfi-title {
    text-align: center;
    font-size: 2.4rem;
    margin: 5px 0px 5px 0px;
}
.rfi-comment {
    color: black;
}
.rfi-submit {
    background: lightgray;
    color: black;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 15px;
}