@font-face {
    font-family: "Louis George Cafe";
    src: url("../font/Louis George Cafe.ttf");
}

body {
    background-color: #ffffff;
    font-family: "Louis George Cafe", var(--bs-body-font-family);
}

a {
    text-decoration: none;
    color: #000;
}

.responsive {
    max-width: 90%;
}

.responsive-200 {
    align-self: flex-end;
    margin-left: -80%;
    max-width: 170%;
}

@media (min-width: 576px) {
    .capt {
        position: absolute;
        top: 25%;
        right: 15%;
        left: 15%;
    }

}

@media (max-width: 576px) {
    .capt {
        position: absolute;
        top: 0%;
        right: 0%;
        left: 0%;
    }

}

.btn-car {
    font-weight: bold;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    border: 1px;
}

.btn-car-right {
    transform-origin: center center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -1px;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.bott {
    z-index: 1;
    align-self: flex-end;
}