.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.icone
{
    width: 50px;
    cursor: pointer;
}

.nom
{
    color: rgb(245, 67, 97);
    font-weight: bold;
}

.jeu
{
    color: rgb(7, 3, 246);
    font-style: italic;
}

.pay
{
    color: rgb(245, 245, 137);
    text-decoration: underline;
}

body
{
    background: linear-gradient(rgb(5, 251, 5), rgb(8, 127, 6))
}

h1
{
    text-align: center;
    border: solid black;
    border-radius: 20px;
    margin: auto;
}

h2
{
    font-weight: bold;
    text-decoration: underline;
}

.Nintendo
{
    display: flex;
    justify-content: space-around;
    border: solid black;
    border-radius: 60px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to right, rgb(217, 133, 94), black);
    width: 1000px;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 25px;
}

.paragraphe
{
    width: 60%;
}

.Nintendo > img
{
    object-fit: contain;
    width: 30%;
    height: auto;
}

.Debut
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 25px;
}

.chronologie
{
    display: flex;
    justify-content: space-around;
    border: solid black;
    border-radius: 60px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to right, rgb(164, 7, 191), white);
    width: 1000px;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 25px;
}

.paragraphe2
{
    width: 60%;
}

.chronologie > img
{
    object-fit: contain;
    width: 30%;
    height: auto;
}

.titre
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 25px;
}

.problème
{
    display: flex;
    justify-content: space-around;
    border: solid black;
    border-radius: 60px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(130deg, rgb(232, 224, 114), rgb(146, 237, 34));
    width: 1000px;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 25px;
}

a
{
    color: rgb(0, 26, 255);
}

a:hover
{
    background-color: rgb(0, 0, 0);
}

a:visited
{
    color: rgb(187, 0, 255);
}