.popup {
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,
            0,
            0,
            0.4);
    display: none;
}

.popup-content {
    text-align: center;
    background-color: rgb(13, 13, 13);
    margin: 10% auto;
    padding: 1rem;
    border: 3px solid grey;
    border-radius: 10px;
    width: 30%;
}

.show {
    display: block;
}

.reda a {
    color: rgb(221 83 109)
}

.reda a:hover {
    color: rgb(255 96 126)
}
.reda .btn {
    color: white;
}

.reda .btn:hover {
    color: black;
}