/*ALL FOTTER CODE*/
.Fotter {
    height: 150px;
    background-image: var(--maincolorinvers);
    display:  flex;
    justify-content: space-between;
}

    .left{
        margin-left: 40px;
        max-width: 200px;
    }

    .right{
        margin-right: 20px;
        max-width: 200px;
    }

    .rightcontent {
        padding-left: 20px;
    }
    .leftcontent {
        display: flex;
        flex-direction: column;
    }

    .fottertext {
        font-size: 20px;
        margin: 5px;
        font-weight: bold;
    }

    