Добрый день. Не могу понять в чем ошибка. помогите разобраться
Мой CSS:
body {
font-family: “Roboto”, sans-serif;
font-size: 16px;
line-height: 24px;
color: #163152;
background-color: #FDFDFF;
}
.site-navigation-item a {
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
text-decoration: none;
}
h1 {
font-size: 44px;
line-height: 60px;
font-family: Roboto, italic, sans-serif;
text-transform: uppercase;
}
time {
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
}
h2 {
font-size: 24px;
line-height: 34px;
font-weight: bold;
}
.blog-article h2, .contacts h2 {
text-decoration: underline;
text-decoration-color: #00C6BD;
text-underline-offset: 15px;
text-underline-position: under;
}
.contact-item {
font-size: 16px;
line-height: 22px;
text-decoration: none;
color: #163152;
}
.contact-item h3 {
font-weight: bold;
font-size: 16px;
line-height: 22px;
}
address {
font-style: normal;
}
.contact-item a {
text-decoration: none;
color: #163152;
border-color: #00C6BD;
border-size: 1px;
}
.main-footer {
font-size: 14px;
line-height: 18px;
}
.main-footer a {
text-decoration: none;
color: #163152;
}
.policy, .copyright {
font-size: 10px;
line-height: 12px;
}