.back__container {
    display: flex;
    flex-direction: column;

    background-color: hsl(222, 28%, 7%);
    color: white;
}

.main-title {
    color: hsl(180, 47%, 60%);
}

.back__title {
    color: hsl(180, 47%, 60%);
}
.form1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}
form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}
.form3 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form4 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form5 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form6 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form__title {
    margin-bottom: 1rem;
    color: hsl(180, 47%, 60%);
    font-size: 1.5rem;
}

.form1__input {
    padding: 0.5rem;
    border: 1px solid hsl(180, 47%, 60%);
    border-radius: 4px;
}

.form1__input[type="submit"] {
    background-color: hsl(180, 47%, 60%);
    color: white;
    cursor: pointer;
}

.form1__input[type="submit"]:hover {
    background-color: hsl(180, 47%, 50%);
}

.del_profil, .promote, .nopromote {
    padding: 0.5rem;
    background-color: white;
    border-radius: 4px;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.del_profil:hover, .promote:hover, .nopromote:hover {
    background-color: hsl(180, 47%, 50%);
}
