body{
  margin: 0;
  padding: 0;
  list-style: none;
}
.nvsongbg{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(23px);
  -webkit-transform: scale(1.25);
}
.box1 img{
  width: 100px;
}
main{
  position: absolute;
  top: 7vh;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  background-color: rgb(238, 238, 238);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  border-radius: 5px;
  overflow: hidden;
  width: 45%;
  max-width: 650px;
  color: white;
}

/* Back Button on top */
.back{
  position: absolute;
  top: 2vh;
  left: 2vh;
  font-size: 3rem;
  color: white;
}
.back a:link, a:visited{
  color: rgb(245, 245, 245);
  text-shadow: 2px 2px 4px #000000;
}
.back a:hover{
  color: white;
}
/* THE CAOS */
main img{
  width: 100%;
  margin: 0;
}
.info{
  width: 100%;
  text-align: center;
  color: white;
}
h2{
  font-size: 2.5rem;
}
h3{
  font-size: 1.5rem;
  margin-bottom: .6rem;
}
.container{
  background-color: rgba(15,15,15,0.95);
  color: black;
}
.nvwhitebg{
  background-color: rgb(238, 238, 238);
}
.rowservice{
  transition-property: all;
  transition-duration: .2s;
}
.rowservice:hover{
  background-color: white;
}
