h1  {
    text-align: center;
    font-size: 60px;
    line-height:50px;
    font-family: 'Lexend Deca', sans-serif;
    background-image: linear-gradient(to right, rgb(150, 18, 29), rgb(41, 23, 201));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

h2  {
    text-align: center;
    font-size: 40px;
    font-family: 'Bebas Neue', cursive;
    background-image: linear-gradient(to right, rgb(41, 23, 201), rgb(150, 18, 29));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

#WIDE {
    font-size: 50px;
}

p   {
    font-size: larger;
    margin-left: 20%;
    margin-right: 20%;
    font-family: 'Lexend', sans-serif;
    color: black;
    position: relative;
    text-align: start;
}

* {
    margin:0;
    padding:0;
}

.wrap {
    text-align: center;
    width:100%;
}

.title-wrap {
    text-align: center;
    display:inline-block;
}

.right-wrap {
    text-align: center;
    position:relative;
    display:inline-block;
    right:0px;
    top:-28px;
    padding:50px;
}

.right-wrap span {
    text-align: center;
    display:inline-block;
    width:10px;
    height:10px;
    background-color:purple;
}

#KarlMarxlebg {
    text-align: center;
    font-style: italic;
    font-size: 55px;
}


#prog {
    text-align: center;
    font-style: italic;
    font-weight: bolder;
    font-size: 70px;
}

.big {
    font-size: 60px;
    margin-left: 10%;
    margin-right: 20%;
    font-family: 'Lexend', sans-serif;
    color: black;
    position: relative;
    text-align: start;
}

.less {
    font-size: 30px;
    margin-left: 11%;
    margin-right: 20%;
    font-family: 'Lexend', sans-serif;
    color: black;
    position: relative;
    text-align: start;
}

.ensemble {
    font-size: 85px;
    font-family: 'Lexend', sans-serif;
    font-style: italic;
}

#conclu {
    font-size: 60px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}

#cit {
    margin-left: 15%;
    margin-right: 15%;
    font-family: 'Tangerine', cursive;
    text-align: center;
    font-size: 90px;
}

#cit2 {
    font-family: 'Tangerine', cursive;
    text-align: right;
    font-size: 70px;

}