html, body {
  height: 100%;
  background-color: #000; 
  color: #fff; 
}
body {
  margin: 50px 0 0 0;
  padding-top: 50px;

}
#effect-1 {
  position: fixed;
  left: 0.15%;
  top: 1%;
  width: 50%;
  height: 50%;
  z-index: 1; }
#effect-2 {
  position: fixed;
  right: 0.15%;
  top: 1%;
  width: 50%;
  height: 50%;
  z-index: 10; } 
#effect-3 {
  position: fixed;
  right: 0%;
  bottom: 1%;
  z-index: 10; } 
#effect-4 {
  position: fixed;
  right: 0%;
  top: 1%;
  z-index: 10; }  
#effect-5 {
  height: 100px;
  width: 100px;
  right: 0%;
  position:absolute;
  z-index: 10; }   
 .profile {
    position: fixed;
    top: 30%;
    left: 10%;
    width: 30%;
    height: 40%;
    border-radius: 3px;
    z-index: 10;
    border-top: 0.5px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 0.5px solid #ffffff;

 }
 .profilepic {
    padding-left: 5%;
    height: auto;
    padding-top: 10%;

 }
 .profiletext {
    padding-left: 5%;
    padding-top: 1.5%;
    font-size: 1.1em;
 }
 .profiletext p {
    padding-top: 0.25%;
    margin-top: 0.25%;
 }
#word {
  display: flex;
}

.text {
  min-width: 20px;
  border-bottom: 2px solid black;
  margin: 5px;
}
#background {
  z-index: 1;
  position: fixed;
  right: 22.5%;
  bottom: 30%;
  width: 50%;
  height: 50%;
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9); 
  overflow: hidden;
}


.topnav a {
  z-index: 10;
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}


.topnav a:hover {
  z-index: 10;

  background-color: #ddd;
  color: black;
}


.topnav a.active {
  z-index: 10;
  color: black;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}


.topnav .icon {
  z-index: 10;

  display: none;
}
#now-playing {
    position:fixed;
    top: 75%;
    left: 10%;
    width: 15%; 
    height: 10%; 
    border-radius: 3px;
    z-index: 10;
    border-top: 0.5px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 0.5px solid #ffffff;
    display: flex;
    align-items: center;
    padding: 10px;
}

.status-text {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 0.8em;
    opacity: 0.8;
}

.song-title {
    font-weight: bold; 
    font-size: 1.2em; 
    margin-bottom: 0px;
    margin-top: 0px;
}

.artist-name {
    font-style: italic; 
    font-size: 1.1em;
    opacity: 0.8; 
}
