body {
    font-family: "Raleway", sans-serif;
}

.nav-high-el {
    font-family: "Raleway", sans-serif;
}

.navigation-high-line {
    list-style-type: none;
}

.nav-high-el {
    transition: color 0.3s ease-in-out;
    
}

.nav-high-el:hover {
    color: #F7921E;
}

.nav-center__element {
    transition: all 0.3s ease-in-out;
}

.nav-center__element:hover {
    color: white;
    background-color: #047DBA;
}

.city {
    text-decoration: underline dashed;
}

section {
    margin-top: 60px;
}

.left-side-block-text__p {
    width: 700px;
}

.news-inside-block {
    justify-content: space-between;
}

.full-width {
    width: 100%;
}

.block-news-today-card-text {
    width: 277px;
}

.block-news-today-card-text:hover {
    text-decoration: underline;
}


.block-news-today-cards {
    justify-content: space-between;
}

.footer {
    margin-top: 60px;
    background-color: #047DBA;
    color: white;
}

.community-body__a {
    transition: all 0.3s ease-in-out;
}

.community-body__a:hover {
    color: #F7921E;
}

.line {
    height: 1px;
    background-color: white;
}