.footer {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    

}
.menu_link {
    color: black;
    text-align=center;
}

.hidden {
    display: none;
}

.page__content {
    background: linear-gradient(to bottom, #f5deb3, #fff);
}



.site_title {
	margin: 10px 10px 0px 20px;
	padding: 5px;
	color: black;
	background: linear-gradient(to bottom, #cc7722, #f5deb3);
	min-width: 99%;
	
}

.upper_menu {
    display: flex;
    margin-bottom: 20px;
	margin-left: 20px;
    align-items: center;
    justify-content: space-around;
    list-style: none;
	min-width: 400px;
    min-height: 60px;
    padding-left: 64px;
    background-color: #fdf5e6; 
    border-top: 2px solid #d2b48c;
    border-bottom: 2px solid #d2b48c;
}

.menu_item {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    background-color: #f5f5dc; /* бежевый */
    border-radius: 8px;
    transition: background-color 0.3s ease, font-weight 0.3s ease;
}

.menu_item a {
    text-decoration: none;
    color: #333;
}

.menu_item:hover {
    background-color: #e6d8af;
    font-weight: 700;
    cursor: pointer;
}

.menu_selected {
    background-color: #deb887;
    font-weight: 800;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.about {
	text-align: left;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    min-width: 400px;
    margin: 20px auto;
	padding: 10px;
}
