@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Bree+Serif&family=Rokkitt:wght@200;300&display=swap');

body{
    padding: auto;
    margin: auto; 
    max-width: 800px;
    min-height: 100vh;

    background-color:rgb(231, 231, 231);

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container {
    width: 80%;
}

h1{
    font-size: 50px;
    color: rgb(234, 255, 141);
    -webkit-text-stroke: 0.1px rgb(176, 176, 176);
    font-family: 'Alfa Slab One', serif;
}

h2{
    font-size: 32px;
    color: rgb(123, 211, 255);
    font-family: 'Bree Serif', serif;
}

p{
    text-align: center;
    padding: 30px;
    margin: 15px; 
    background-color: aquamarine;
    font-family: 'Rokkitt', serif;
    color: rgb(71, 114, 122);
    font-size: 18px;
}

hr {
    border-color: aquamarine;
    margin: 20px; /* Espacement haut et bas */
}

img{
    height: 300px;
}

#self:hover{
    color: black;
    background-color: white;
    height: 450px;
    transition: 1s;
}

#cod:hover{

    height: 450px;
    transition: 1s;
}

#elu:hover{
    color: black;
    background-color: white;
    height: 500px;
    transition: 1s;
}

.COL:hover{
    color: rgb(0, 0, 0);
    background-color: rgb(123, 211, 255);
    font-size: 22px;
    transition: 1s;

}

.CODE:hover{
    color: rgb(0, 0, 0);
    background-color: rgb(234, 255, 141);
    font-size: 20px;
    transition: 1s;

}

.LINK:hover{
    color: rgb(234, 255, 141);
    font-size: 20px;
    transition: 1s;

}