.img {
    flex-wrap: wrap;
    height: 500px;
    margin-left: 100px;

}

#H1 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(223, 50, 96, 0.805);
    margin: 10px 0 0 40px;
}

#Span {
    width: fit-content;
    height: fit-content;
    font-size: 30px;
    font-weight: bold;
    color: rgb(0, 111, 48);
    margin: 20px 0 0 70px;

}

.salon {
    background-color: rgb(166, 22, 86);
    font-size: 20px;
    color: white;
    border: 10px solid rgb(174, 11, 79);
    width: fit-content;

}

#OFF {
    background-color: black;
    border: 20px solid black;
    font-size: 30px;
    color: white;
    width: auto;



}
