html, body{
	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: black;
	background-image: linear-gradient(darkseagreen, steelblue);
	background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;	

}

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

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

h3 {
	color: black;
	font-family: "Darker Grotesque";
	font-weight: bold;
	font-size: 120%;
}
h4 {
	color: black;
	font-family: "Courier New";
	font-weight: normal;
}

p {
	color: black;
	font-family: "Darker Grotesque";
	font-weight: normal;
	font-size: 150%;
	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 {
  width: 60%;
  height: 60vh;
  padding: 20px;
  margin: auto;
  position: static;

}

.audioplayer{
  position: fixed;
  float: left;
  top: 0; 
}


