body{
    margin:0;
    padding:0;
    background-color: black;
    font-family: 'monserrat', sans-serif;
    color: white;
}

.page-main {
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom: 80px;
}

a {
    text-decoration: none;
    margin: 20px;
    color: #2ba5f5;
}

a:hover {
    color: white; /* Change la couleur */
    text-shadow: 0px 0px 5px rgba(0, 0, 255, 0.7); /* Ajoute une ombre */
}

.presentation{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}

.presentation img{
    width: 400px;
    align-self: center; 
}

.presentation>.texte{
    width: 330px;
    margin-left: 40px;
    margin-top: 100px;
}

.texte p{
    text-align: justify;
    font-size: 20px;
}

.informatique{
    text-align: center;
}

.divers{
    margin-top: 40px;
    text-align: center;
}

.liens{
    margin-top: 40px;
    text-align: center;
}
