body {
    font-family: Arial, sans-serif;
    text-align: center;
    /* margin-top: 50px; */
}

button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;   
}

.modal-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.02);/* Change to desired color */
}

.modal-header {
    border-bottom: none;
  }
  
  .modal-footer {
    border-top: none;
  }

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

/* .dropdown-item{
    background-color: #2e89e5;
    color: #060202;
    } */
