* {
	cursor: url(https://cur.cursors-4u.net/symbols/sym-7/sym635.ani), url(https://cur.cursors-4u.net/symbols/sym-7/sym635.png), auto !important;
	box-sizing: border-box;
}

body {
	color: white;
	background: url("images/star_background.png");
	font-family: "Cambria", "Times New Roman";
	overflow: hidden;
}

.container {
	text-align: center;
	font-size: 24px;
	width: 140px;
	transform: rotate(-14deg);
	position: absolute;
	left: 90px;
	top: 80px;
	z-index: 5;
}

.star {
	font-size: 18px;
	transform: rotate(14deg);
	position: absolute;
	left: 310px;
	top: 198px;
	z-index: 6;
}

h1 {
	font-size: 50px;
	color: White;
	font-style: italic;
	transform: rotate(-14deg);
	position: absolute;
	top: 11px;
	left: 793px;
	z-index: 4;
	
}

p {
	padding-right: 5px;
}

.container1 {
	border: 10px solid;
	border-image: url("images/metal_border.png") 35 stretch;
	background: rgba(25, 25, 112, 50%);
	font-size: 22px;
	padding: 15px;
	height: 580px;
	width: 660px;
	position: absolute;
	left: 880px;
	top: 196px;
	overflow: auto;
}

#band1 {
	height: 300px;
}

figcaption {
	font-size: 12px;
}

#link {
	color: blue;
	display: inline-block;
	transform: rotate(6deg);
	position: relative;
	left: 1300px;
	top: 851px;
	z-index: 2;
}

#link:hover {
	color: dodgerblue;
	font-weight: normal;
}

#link:active {
	color: cyan;
}

#selec {
	font-weight: bold;
}

a {
	color: White;
}

a:hover {
	font-weight: bold;
}

.moodies {
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("images/moody_blues.png");
	background-repeat: no-repeat;
	background-size: auto;
	width: 1920px;
	height: 1080px;
	z-index: 1;
}

::selection {
	color: #fff;
	background: MediumSlateBlue;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(255,255,255,0%);
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: url("images/metal_border.png");
}