.bloc-milieu {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    background: linear-gradient(
        to right,
        rgb(199, 230, 235),
        rgb(76, 172, 236)
    );
    grid-template-columns: 1fr;

    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

#container-theme-verses {
    display: flex;
    flex-direction: column;
    margin: 3rem;
}

ul {
    list-style-type: none;
}

html {
    scroll-behavior: smooth;
}

#verses-section li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#themes-display li {
    background: white;
    padding: 1.2rem;
    font-size: 1.2rem;
    border-radius: 25%;
    color: black;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.212);
}

#themes-display a:link {
  text-decoration: none;
}

#themes-display a:visited {
  text-decoration: none;
}

#themes-display a:hover {
  text-decoration: none;
}

#themes-display a:active {
  text-decoration: none;
}

#themes-display ul {
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
}
