<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
font size: 60px;
color:red;
text-align: center;
}
h1:hover {
color: MediumVioletRed;
}
A:link { 
    color: red; /* Цвет непосещенных ссылок */
}
A:visited {
    color: green; /* Цвет посещенных ссылок */
}
p {
text-align: justify; 
text-indent: 30px
}
.grud { 
position: absolute; /*Абсолютное позиционирование*/
top: 20px; 
right: 10px; 
}
h2 {
font-size: 35px;
color:red;
text-align: center;
}
h2:hover {
color: MediumVioletRed;
}</pre></body></html>