header{
  margin-bottom: 10px;
  color: white;
  text-align: center;
  display: block;
}

body {
  background-image: linear-gradient(177deg, rgba(79, 35, 52, 0.93) 0%, rgba(65, 26, 89, 0.93) 25%, rgba(18, 22, 82, 0.83) 50%, rgba(13, 50, 87, 0.93) 100%), url("background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: black;
  font-family: Verdana;
  background-attachment: fixed;
  margin:0px;
}

a:link {
  color: rgba(160, 200, 198, 0.69);
  text-decoration: none; /* Removes the default underline */
}

/* Visited link */
a:visited {
  color: rgba(160, 200, 198, 0.69);
}

/* Mouse over link */
a:hover {
  color: rgba(160, 200, 198, 0.69);
  text-decoration: underline; /* Adds an underline on hover */
}

/* Selected link */
a:active {
  color: rgba(160, 200, 198, 0.69);
}

.big{
  color: #31332F;
  font-size: 40px;
  font-family: 'WarenhausTypenhebelStandard';
  font-weight: normal;
  font-style: normal; 
  margin: 0px;
}

.wheel{
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 100px;
  padding: 15px;
  background-color: rgba(255, 243, 240, 0.6);
  border-style: inset;
  border-color: white;
  position: fixed;
  width: 350px;
  font-size:80%;
  height: auto;
}

.hubble {
  background: rgba(255, 243, 240, 0.6);
  border-style: none none none solid;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: 5%;
  width: 50%;
  padding: 10px;
}

.page {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

.footerfighter {
    padding-bottom: 150px;    /* Footer height */
}

.footer{
  background: #261B1B;
  color: rgb(255, 243, 240);
  position: absolute;
  margin-bottom: 0px;
	margin-top: -150px; /* negative value of footer height */
  bottom: 0;
  width: 100%;
  height: 150px;            /* Footer height */
}

.footcon{
  font-size: 10px;
  text-align: center;
}

.capsule {background-image:
    linear-gradient(to bottom, rgba(17, 20, 54, 0.50), rgba(18, 58, 59, 0.54)),
    url('stars.png');
    width: 80%;
    height: auto;
    background-size: cover;
	border: 2px solid;
	border-style: dashed;
	padding: 10px;
	margin: auto;
	margin-bottom: 20px;
	color: rgba(233, 249, 249, 1);
}

.meme {display: block;
  margin: auto;
  width: 50%;}

.sidebar {float: right;
	clear: right;
	background-color: rgba(116, 133, 161, 0.5);
	padding: 5px;
	border: 2px solid;
	margin-top: 25px;}
.bioheader { font-size: 25px;
	padding: 5px;
	margin: 10px 5px -10px 5px;
	color: rgba(160, 200, 198, 0.69);}
	
.quote {text-align: center;
	color: rgba(233, 249, 249, 0.8);
	font-size: 15px;
	padding: 5px;
	border: 2px solid;
  border-color: gray;}
	
.lyrics {text-align: center;
	color: rgba(160, 200, 198, 0.69);
	font-size: 15px;
	font-style: italic;}

