body {
	background: white;
} 

p {
	font-family: Inter semibold;
	font-size: 12px;
	color: #000000;
	line-height: 13px;
	letter-spacing: .4px;
	-webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: #ff0000;

}

H1 {
	font-family: Inter semibold;
	font-size: 12px;
	color: #000000;
	line-height: 13px;
	letter-spacing: 0px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;

}

div.relative {
  position: relative;
  left: 120px;
top: 77px;
}

div.relative2 {
  position: relative;
  left: 375px;
rotate: 30deg;
top: 455px;
}

div.relative3 {
  position: relative;
  left: 475px;
rotate: 90deg;
top: 800px;
}

div.relative4 {
  position: fixed;
 left: 0px;
rotate: deg;
top: -8px;
}

div.relative6 {
  position: fixed;
 left: 3px;
rotate: deg;
Bottom: -5px;
}

a {
  color: black;
text-decoration: none;
}

a:hover {
  background-color: red;
}

<!---
div.relative5 {
  position: absolute;
  left: 115px;
top: 135px;
}

#audioplayer{
	width: 300px;
	height: 40px;
	margin: 30px auto auto auto;
  
}

#pButton{
    height:40px; 
    width: 40px;
    border: none;
Background:invert;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
}

.play{background: url('http://www.alexkatz.me/codepen/img/play.png') ;}
.pause{background: url('http://www.alexkatz.me/codepen/img/pause.png') ;}

#timeline{
	width: 245px;
	height: 15px;
	margin-top: 12px;
	float: left;
	border-radius: 0px;
	background: #ff0000;
  
}
#playhead{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-top: 0px;
	background: rgba(0, 0, 0,1);

}
--->
