html {
	cursor: url("cloud.png") 18 18, auto;
	min-height: 100%
}

html a {
	cursor: url("cloudh.png") 18 18, auto;
}

body {
	font-family: Arial;
	font-size: 16px;
	color: lavender;
	background-image: url('backgroundseis.gif'); 
	background-size: cover; 
  text-align: center;	

}

h1 {
	color: lavender;
	font-family: "DFS Didot", Georgia;
	font-weight: normal;
	font-size: 300%;
}

h2 {
	color: lavender;
	font-family: "DFS Didot", Georgia;
	font-weight: normal;
	font-size: 200%;
}

h3 {
	color: lavender;
	font-family: "Darker Grotesque";
	font-weight: bold;
	font-size: 120%;
}

h4 {
	color: lavender;
	font-family: "Courier New";
	font-weight: normal;
}

p {
	color: white;
	font-family: "Darker Grotesque";
	font-weight: normal;
	font-size: 120%;
	margin-top: -10px;
}

hr {
  border: 2px dashed;
  border-color: rgba(255, 255, 224, .3);
}

.center {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.button {
	cursor:url("cloudh.png") 18 18, auto;
}
 /* The navbar container */
.nav {
  overflow: hidden;
  opacity: 0.5;
}

.header {
  text-align: center;
  padding: 20px;
}

/* Navbar links */
.nav a {
  display: block;
  display: inline-block;
  color: lemonchiffon;
  text-align: center;
  padding: 15px 15px;
  cursor:url("cloudh.png") 18 18, auto;
}

/* Links - change color on hover */
.nav a:hover {
  background-color: cornflowerblue;
  opacity: 0.3;
  color: lightyellow;
} 

.blog {
  overflow: auto;
  width: 80%;
  height: 60vh;
  margin: auto;

}

.audioplayer{
  float: left;

}

