body {
    background-color: #ffffff;
    color: #000000;
}
 
h1 {
    color: #000000;
    font-style: italic;
}
 
p {
    font-size: 50px;
    line-height: 1.5;
    color: rgb(0, 0, 0);
}
 
a {
    color: #000000;
    text-decoration: underline;
}
 
img {
    width: 200px;
    height: 220px;
    text-align: center;
}
 
/* Disposition */
body {
    font-family: Arial, sans-serif;
    margin: 20px;
}
 
h1 {
    text-align: center;
}
 
p {
    text-align: justify;
}
 
a {
    text-align: right;
    color: red;
}
 
img {
    float: right;
}