body {
margin: 0;
font-family: 'Segoe UI', sans-serif;
background-color: #fff0f7;
color: #3e1f47;
}
.navbar {
background: linear-gradient(to right, #ff6ec4, #7873f5);
}
.navbar-brand {
font-weight: bold;
color: #fff;
}
.navbar-nav .nav-link {
color: #fff;
font-weight: 500;
}
.navbar-nav .nav-link:hover {
color: #ffe600;
}
header {
background: linear-gradient(to right, #ff6ec4, #7873f5);
color: white;
padding: 80px 0 60px;
}
header h1 {
font-size: 3.5rem;
font-weight: bold;
text-shadow: 2px 2px 4px #000;
}
header p {
font-size: 1.2rem;
}
.btn-fruit {
background-color: #ffe600;
color: #000;
font-weight: bold;
border-radius: 30px;
padding: 0.6rem 1.5rem;
border: none;
}
.btn-fruit:hover {
background-color: #fff35c;
}
.widget-section {
background: linear-gradient(to right, #ffd6e8, #ffe7b2);
color: #4a2c2a;
}
.content-section {
background-color: #ffe7f5;
}
.alt-section {
background-color: #fff5db;
}
footer {
background: linear-gradient(to right, #c44569, #a29bfe);
color: white;
}
footer li a {
color: #ffe600;
text-decoration: none;
}
footer li a:hover {
	color: #ffe600;
text-decoration: underline;
}
p a{
	color: #f50f25;
}
p a:hover{
	color: #f50f25;
	text-decoration: none;
}
/** бордер в бургер меню **/
.navbar-toggler {
padding: 0.5rem 0.75rem;
background-color: transparent;
border: none !important;
outline: none !important;
box-shadow: none !important;
}