body {
font-family: sans;
color: #050204;
background: linear-gradient(90deg, rgba(2,3,4,1) 0%, rgba(169,254,46,1) 20%, rgba(255,175,47,1) 40%, rgba(177,0,80,1) 60%, rgba(1,61,138,1) 80%, rgba(0,0,0,1) 100%);
margin: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
}
a {
color: #80aadd;
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
font-family: mono,monospace;
}
.flexy {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 100vh;
flex: 1 auto;
}
.wrappy {
overflow: hidden;
box-sizing: border-box;
display: flex;
justify-content: center;
flex-shrink: 0;
background: linear-gradient(90deg, rgba(2,3,4,1) 0%, rgba(169,254,46,1) 20%, rgba(255,175,47,1) 40%, rgba(177,0,80,1) 60%, rgba(1,61,138,1) 80%, rgba(0,0,0,1) 100%);
}
.happy {
font-family: mono,monospace;
padding: 0 20px;
height: 50px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.name {
  position: absolute;
  top: 10px;
  left: 10%;
  color: #000;
  font: 1.1em;
  letter-spacing: 3px;
}
.navbar {
  overflow: hidden;
  margin: auto;
  letter-spacing: 0.01px;
}
.navbar a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 1px 3px;
  font-size: 1.23em;
  text-decoration: underline;
}
.navbar a:hover {
  background: #2b2b2b;
  color: #ff95c5;
  border-radius: 13px;
  border: 0px solid #8BEE86;
  padding: 1px 3px;
}
a,a:link, a:visited, a:active {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
.line {
  position: static;
  margin: auto;
  width: 100%;
  height: 2vh;
  background: linear-gradient(90deg, rgba(2,3,4,1) 0%, rgba(169,254,46,1) 20%, rgba(255,175,47,1) 40%, rgba(177,0,80,1) 60%, rgba(1,61,138,1) 80%, rgba(0,0,0,1) 100%);
}
.content {
overflow: auto;
text-align: center;
flex: 1 auto;
display: flex;
background-color: #000;
justify-content: center;
}
.vertical {
flex-direction: column;
}
.footplayer {
position: sticky;
bottom: 0;
width: 100%;
padding: 0px;
text-align: center;
background-color: #252627;
}
@media only screen and (min-width: 992px) {
.main {
width: 760px;
}
}
@media screen and (max-width: 992px) {
.main {
width: 100%;
}
}
@supports (-moz-appearance: none) {
  audio {
  border-radius: 0px 50px 0px 50px;
  border: 2px solid #8BEE86;
  padding: 0px;
  background-color: #2C73D2 !important;
}
