
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');



body, html {
	padding: 0;
	margin: 3;
	font-size: 16px;
	line-height: 1.5rem;
	font-family: 'Pixelify Sans', sans-serif;
	font-size: 14px;
	color: #E4C1F9;
	background-image: url('img/background.png');
	] 
}

body {
}

img {
	max-width: 100%;
	border-radius: 4px;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

.title {
	font-weight: 600;
	color: #E4C1F9;
	font-size: 50px;
	line-height: 50px;

}

.subtitle {
	margin-bottom: 24px;
}


.wrapper {
	width: 1000px;
	background: #242038;
	margin: auto;
	margin-top: 12px;
	box-shadow: 0 0 24px #FFF;


}
.avatar {
	width: 200px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
}

.header-text {
	margin: 0 20px;
	display: inline-block;
	width: 390px;
	box-sizing: border-box;
}

.header {
	min-height: 200px;
	padding: 24px;
	vertical-align: top;

}

.listening {
	display: inline-block;
	vertical-align: top;
}

.content {
	padding: 0 12px;
	width: 680px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.section {
	background: #fff;
	margin-bottom: 24px;
}

.section-header {
	padding: 12px;
	background:  #000;
}

.section-body {
	padding: 12px;
	background:  #DDFDFE;
	background-image: url('img/animal.jpg'); 
    background-size: cover; /* Ensures the image covers the entire element */
    background-repeat: repeat; /* Prevents the image from repeating */
    background-position: center center; /* Centers the image */
    /* Add other styling properties for the section-body as needed */
    min-height: 200px; /* Example: Ensure the section has a minimum height to display the background */

	
}

.sidebar {
	padding: 0 12px;
	background: #000;
	display: inline-block;
	width: 300px;
	vertical-align: top;
	box-sizing: border-box;
}

.friend-avatar {
	width: 60px;
	display: inline-block;
}

.friend-name {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}

.friend {
	margin-bottom: 12px;
}

.menu {
	margin: 24px 0;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu li a {
	font-size: 18px;
	line-height: 36px;
}

.blinkies {
	margin-top: 20px;
}

.width-50 {
	width: 50%;
}

table {
	border-collapse: collapse;
	margin: 24px 0;
	background-color: #967AA1;
}

th, td {
	padding: 12px 24px;
    vertical-align: top;
}

th {
	background: #967AA1;
	font-weight: 600;
	letter-spacing: 0.5px;
}

body {cursor: url(https://www.glitter-graphics.com/images/t/b/100x100/1067/1067012b6uayxs6vx.webp), default;}