body{
    background: gray;
}

.box{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.bigp{
    font-size: 2.5em;
    font-weight: bold;
}

.smallp{
    font-size: 1.5em;
}

/* @import url('https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&family=Pacifico&display=swap');

body{
    background: radial-gradient(circle, #ffb1e0 70%, #fd6289 100%);
}

.all_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.text_font{
    font-family: 'MonteCarlo', cursive;
    color: #7e48c4;
    font-size: 90px;
    text-align: center;
}

.content_part{
    padding-top: 50px;
}

.text_content{
    font-family: 'Pacifico', cursive;
    color: #7e48c4;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

.text_troll{
    font-family: 'Pacifico', cursive;
    color: #7e48c4;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.text_final_troll{
    font-family: 'Pacifico', cursive;
    color: #7e48c4;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.bouton{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    gap: 75px;
}

.btn{
    border: none;
    background-color: #fd6289;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 50px;
}

.para{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    width: 75%;
    margin: auto;
}

.paragraphe{
    font-family: 'Pacifico', cursive;
    color: #7e48c4;
    font-size: 20px;
    font-weight: 400;
}

.chronologie {
    transform: scale(1.2);
    width: 80%;
    margin: auto;
    padding-top: 50px;
    margin-top: 500px;
}

.timeline {
    position: relative;
    padding: 20px 0;
    list-style: none;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #fd6289;
    left: 50%;
    margin-left: -2px;
}

.timeline-item {
    margin: 20px 0;
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fd6289;
    border-radius: 50%;
    margin-left: -10px;
    top: 0;
}

.timeline-date {
    position: absolute;
    width: 100px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    top: -30px;
    font-family: 'Pacifico', cursive;
    color: #7e48c4;
    font-size: 20px;
}

.timeline-content {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    width: 45%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.timeline-content h2 {
    font-family: 'Pacifico', cursive;
    color: #fd6289;
    font-size: 24px;
    margin-bottom: 10px;
}

.timeline-content p {
    font-family: 'Pacifico', cursive;
    color: #7e48c4;
    font-size: 16px;
    margin: 0;
}

.last_para{
    margin-top:100px;
} */