body {
	background: #1c1507;
	background-image: url("https://wallbox.ru/wallpapers/preview/201128/708aaa8191ea150221e13c072e6626e0.jpg")
}

.container {
	text-align: center;
}

img {
	width: 95%;
}

.footer {
	display: inline-flex;
}

.footer-link {
	border-radius: 30%;
	width: 20%;
}

.footer-links {
	border-radius: 30%;
	width: 20%;
}

.box {
	margin-left: 7%;
	margin-right: 7%;
	background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTkraXp2CsTIxLB8dJR8gDBWsjw-FvChTbzmQ&usqp=CAU");
	background-color: #fffbfb;
	/*text-align: center;*/
}

.light-theme {
	background-image:url("https://365psd.ru/images/backgrounds/bg-dark-4783.jpg");
	color: rgb(160, 92, 15);
}

.dark-theme {
	background-image: url("https://365psd.ru/images/backgrounds/bg-dark-4783.jpg");
	background-color: dark;
	color: rgb(17, 17, 17);
}

.music li {
	display: inline-block;
	vertical-align: top;
	width: 10%;
	margin: 0 5px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;

	font-size: 28px;
}

.dds {
	text-align: center;
	image-orientation: flip;
}

audio {
	width: 250px;
	height: 34px;
}

.ppng {
	width: 60%;
}


.copyright {
	float: right;
	padding-top: 20px;
	font-size: 12px;
}

.article blockquote.quote {
    position: relative;
    margin-left: 0;
    margin-top: 70px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f9f9f9;
    border-radius: 5px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-style: italic;
    border: none;
}