body{
    background-color: black;
}

h1{
    color:white;
    text-align: center;
  font-family: "Amarante", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}

.playbtn{
  background-color: #00eaff;
  border: solid rgb(255, 0, 0);
  position:fixed;
  top: 60px;
  left: 0px;
  bottom: 0px;
  -webkit-text-fill-color: #ffffff;
}

.pausebtn{
  background-color:#d11111;
  border: solid #00eaff;
  position:fixed;
  top: 60px;
  right: 10px;
  bottom: 0px;
} 


h1{
  font-size: 70px;
}

p{
  font-size: 25px;
}

.content {
  max-width: 700px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 20px;
  background: rgb(0, 153, 255);
  padding: 10px;
  color:white
}

a{
  color:rgb(28, 196, 187)
}




.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5%%;
  background-color: rgb(0, 217, 255);
  color: white;
  text-align: center;
}


.chill {
  text-align: center;
}

.profile-picture {
  align-content: center;
}

.nav-links {
  background-color: rgb(0, 153, 255);
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.nav-links a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.nav-links a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.nav-links a.active {
  background-color: #04AA6D;
  color: white;
}
