@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Music&display=swap');
body {
  margin: 0;
  /*background-image:url("https://images.hdqwalls.com/wallpapers/color-noise-abstract-8k-pd.jpg");*/
  background-image:url("https://i.redd.it/adtmj2gdzen51.png");
  /*background-attachment:fixed;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 0;
  font-family: "Encode Sans Expanded", sans-serif;
}
.noto-music-regular {
  font-family: "MusiSync", sans-serif;
  font-weight: 400;
  font-size:30px;
  font-style: normal;
}

/* Glassmorphism card effect */

.card {
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.28);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    text-wrap: wrap;
}
.topnav {
  z-index:10;
  top:10px;
  left:10px;
  position:fixed;
  overflow: hidden;
  backdrop-filter: blur(25px) saturate(200%);
    -webkit-backdrop-filter: blur(25px) saturate(200%);
  background-color: rgba(17, 25, 40, 0.28);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  transition:0.5s;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  transition:0.3s;
}
.topnav .logo {
  float:left;
  height:50px;
  background-color:rgba(0,0,0,255);
  border-radius:10px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: rgba(182,202,255,255);
  color: black;
  transition:1s;
}
#home {
  opacity:1;
  
}
#ratings {
  opacity:1;
  
}
#contact {
  opacity:1;
 
}
#about {
  opacity:1;
  
}