body {
margin: 0;
font-family: 'Segoe UI', sans-serif;
background-color: #ffebf0;
color: #2d1b16;
}
.navbar {
background: linear-gradient(to right, #ff2e63, #f78d1f);
}
.navbar-brand {
font-weight: bold;
color: #fff;
text-shadow: 1px 1px 3px #000;
}
.navbar-nav .nav-link {
color: #fff;
font-weight: 500;
}
.navbar-nav .nav-link:hover {
color: #ffe600;
}
header {
background: linear-gradient(to right, #f54291, #ff902d);
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;
color: #fffde7;
}
.btn-play {
background-color: #ffe600;
border: none;
color: #000;
font-weight: bold;
border-radius: 30px;
padding: 0.6rem 1.5rem;
}
.btn-play:hover {
background-color: #fff35c;
}
section.widget {
background: linear-gradient(to right, #fff8dc, #ffe0ec);
color: #6d2b1c;
}
section.content-section {
background-color: #fff0f5;
}
section.alt-section {
background-color: #ffe5b4;
}
footer {
background: linear-gradient(to right, #c31432, #240b36);
color: #fff;
}
footer li a {
color: #ffdd57;
text-decoration: none;
}
footer li a:hover {
	color: #ffdd57;
text-decoration: underline;
}
p a{
	color: #bc0240;
}
p a:hover{
	color: #bc0240;
	text-decoration: none;
}
/** бордер в бургер меню **/
.navbar-toggler {
padding: 0.5rem 0.75rem;
background-color: transparent;
border: none !important;
outline: none !important;
box-shadow: none !important;
}