@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&family=Londrina+Sketch&family=Sigmar+One&family=Yusei+Magic&display=swap');

header {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px;
}


.title-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
}

body {
    display: flex;
    align-items: center;
    /* Centre verticalement */
    justify-content: center;
    /* Centre horizontalement */
    width: 79%;
    height: auto;
    margin: 0;
    padding: 0;
}

.content {
    margin-top: 20px;
    top: 200px;
    left: 14%;
    padding-left: 7%;
    padding-right: 7%;
    /* border: 1px solid black;*/
    position: relative;
    background-color: #E9E9E9;
    z-index: 2;
}


h1 {
    font-family: 'Sigmar One', sans-serif;
    font-size: 80px;
    text-align: center;
    color: #CCCCCC;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    position: fixed;
    z-index: 1;
}

h2 {
    font-family: 'Londrina Sketch', sans-serif;
    position: relative;
    font-size: 40px;
    color: #D94F4F;
    left: 31%;
    top: 200px;
    z-index: 2;
}

h3 {
    font-family: 'Yusei Magic', sans-serif;
    color: #BDD94E;
    letter-spacing: 2px;
    font-size: 30px;
    padding-top: 5%;
    margin: 0;
}

h4 {
    font-family: 'Yusei Magic', sans-serif;
    color: #BDD94E;
    letter-spacing: 2px;
    font-size: 18px;

}

p {
    font-family: 'Yusei Magic', sans-serif;
    font-size: 18px;
    text-align: justify;
    padding: 20px;
    color: #9E8A8A;
}

img {
    width: 100%;
}

#titre1:hover {
    color: #D94F4F;
}

h2:hover {
    color: white;
}

#inspo {
    font-family: 'Yusei Magic', sans-serif;
    font-size: 18px;
    text-align: justify;
    padding: 5px;
    color: #9E8A8A;
}

.sources {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: 'Yusei Magic', sans-serif;
    font-size: 18px;
    color: #9E8A8A;
    padding: 5px;
    padding-bottom: 5%;
}