


A {

text-decoration: none;
color: wight;
}


A:hover { 
 text-decoration: none; /* Добавляем подчеркивание при наведении курсора на ссылку */
  color: #681f60; /*Ссылка белого цвета */
}

h1 {
	color: 9d4848;
	font-size: 20px;
	font-style: normal;
	text-transform: none;
}

font {
color: #bf8a9d;
}





