body {
    background-color: #050031;
    color: white;
}

.titre {
    background-color: rgb(179, 179, 179);
    color: black;
    border-radius: 100px;
}

.titre h1 {
    color: #050031;
    display: flex;
    font-size: 70px;
    justify-content: center;

}

.article {
    background-color: #141e75;
    margin: 30px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 17px;
    padding-left: 17px;
    padding-bottom: 17px;
    display: flex;
    flex-direction: row;
    border-radius: 40px;

}

.container {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.menu ul {
    display: flex;
    flex-direction: row;
}

.menu ul li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #751414;
    width: 80px;
    list-style: none;
    transition: 0.5s;
    padding: 15px;
    margin: 10px;
    border-radius: 40px;
    font-size: 1.5em;
}

.menu ul li a {
    color: white;
}

.menu ul li:hover {
    background-color: white;
    border-radius: 40px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 20px;
    margin-right: 20px;
    color: black;
    font-size: 1.8em;

}

.menu ul li a:hover {
    color: black;
}

.liste_logo {
    display: flex;
    flex-direction: column;
    justify-content: left;
    background-color: rgb(179, 179, 179);
}

.liste_logo .article {
    background-color: #141e75;
}

.picture {
    background-color: white;
    display: flex;
    justify-content: center;
    border-radius: 30px;
}

.texte {
    font-size: 3em;
    padding: 10px;
    color: white;
}

.image .texte {
    display: flex;
    justify-content: center;
    font-size: 1.8em;
}

.image img {
    border-radius: 30px;
}

.picture img {
    border-radius: 30px;
}

img {
    border-radius: 2em;
    border: 0.3em #D4D3DC solid;
}

.container p {
    font-size: 2.5em;
}

#shinobi {
    color: yellow;
    font-size: 1.8em;
    display: flex;
    justify-content: center;
    transition: 0.5s;
}

#shinobi:hover {
    color: white;
    font-size: 2.3em;
}