/* Couleurs */
body {
    background-color: #000000;
    color: #000000;
}

h1 {
    color: #b45dfb;
    font-size: 90px;
    background: #ffffff;
}

p {
    font-size: 16px;
    line-height: 1.5;
    background-color: rgb(255, 255, 255);
    margin: 20px;
    padding: 10px;
}

a {
    color: #b45dfb;
    text-decoration: underline;
}

a:hover {
    color: #8299ff;
}


img {
    width: 200px;
    height: 200px;

}

/* Disposition */
body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

h1 {
    text-align: center;
}

p {
    text-align: justify;
    float: left;
}

a {
    float: right;
    margin: 30px;
}

img {
    float: right;
    border: solid 6px rgb(162, 82, 243);
    float: right;
}