
.header-title {
    font-size: 1.8rem;
    padding: 0 10px;
}

section#lefansite {
    text-align: center;
    justify-content: center;
    margin: auto;
    padding-bottom: 50px;
}

section#lefansite h1 {
    margin: 30px 0 30px 0;
    font-size: 1.8rem;
}

div#fansite {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-direction: column;
}

div#fansite article {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
    margin: auto;
}


.lesfans p {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}
#bromance {
    /*margin-top: 150px;*/
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

#bromance img {
    width: 100%;
}

#bromance p {
display: inline-block;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 90px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Modal Content */
.modal-content {
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}