body {
    background-color: rgb(0, 0, 0);
}
.innermain {
    position: relative;
    width: 1000px;
    height: 650px;
    margin: 50px 50px 0 50px;
}
.bgimage img {
    width: 500px;
    height: 450px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 120px;
}
.bgimage2 img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    z-index: -2;
    top: 300px;
    left: 830px;
}
.form {
    width: 400px;
    margin: 50px auto 0;
    background-color: rgba(63, 27, 27, 0.927);
    padding: 30px 0 5px 30px;
    position: absolute;
    top: 80px;
    left: 500px;
}
option{
    color: black;
}
.date-edit {
    position: relative;
}
.date-edit::before {
    content: "";
    position: absolute;
    top: -15px;
    right: -65px;
}
input[type="date"] {
    padding: 10px;
    text-align: center;
}
.sousin {
    margin: 50px 0 30px 10px;
}
.sousin button,
select,
input {
    color: black;
}
