.titre {
    min-height: 10vh;
    background-image: url(../images/parking2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    display: flex;
    align-items: center;
    font-size: 30px;
    font-family: 'Dancing Script', cursive;
}

.optionsparking {

    background-color: rgba(138, 26, 26, 0.7);
    padding: 2rem 1rem;
}

.login {
    font-size: 30px;
    font-family: 'Dancing Script', cursive;
}

.footer {
    min-height: 30vh;
    background-image: url(../images/parking2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    display: flex;
    align-items: center;
    font-size: 30px;
    font-family: 'Dancing Script',
    cursive;
}

