/* MODAL  */
#modal::backdrop, #modal2::backdrop {
background-color: rgba(0, 0, 0, 0.75);
}
.modalheader {
    height: 50px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.modalheader h2 {
    margin-top: 20px;
}
.modalheader button {
    border: none;
    background: none;
    font-size: 50px;
}
input{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }