body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

.main {
  display: flex;
  flex: wrap;
  height: 100vh;
  margin: 0.5rem;
}

/* .navbar {
  background-color: aqua;
  height: 4rem;
  width: 100vw;
  z-index: 10;
  position: fixed;
  top: 0;
} */

.sidebar {
  width: 340px;
  border-radius: 1rem;
  margin: 0.5rem;
}

.main-container {
  background-color: #121212;
  flex: 1;
  border-radius: 1rem;
  margin-top: 1rem;
  overflow: auto;
}

.music-bar {
  background-color: #000;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 5rem;
}

.nav {
  height: 111px;
  width: 340px;
  border-radius: 1rem;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  justify-content: center;
  padding: 0.5rem 0 0.5rem 0;
}

.nav-icon {
  line-height: 4rem;
  text-justify: center;
  margin-left: 30px;
}

a {
  text-decoration: none;
  color: #fff;
}

.nav-icon i {
  margin-right: 0.5rem;
  font-size: 1.3rem;
}

.library {
  background-color: #121212;
  border-radius: 1rem;
  margin-top: 0.5rem;
  height: 100%;
}

.option {
  height: 75px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.lib-option {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
  padding-left: 1rem;
}

.lib-option img {
  height: 1rem;
  width: 1rem;
  margin-right: 1rem;
}

.opacity {
  opacity: 0.6;
}

.opacity:hover {
  opacity: 1;
  font-weight: 600;
}

.boxs {
  height: auto;
  width: 285px;
  padding: 1rem 1.25rem 1rem 1.25rem;
  margin: 0.5rem 0 0.5rem 0.5rem;
  margin-bottom: 1.5rem;
  background-color: #232323;
  border-radius: 1rem;
}

.box-p1 {
  font-weight: 700;
}

.box-p2 {
  opacity: 0.7;
}

.lib-btn {
  height: 2rem;
  width: auto;
  padding: 0.25rem 1rem 0.25rem 1rem;
  background-color: #fff;
  border: none;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.lib-btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

.main-nav {
  height: 3rem;
  background-color: #121212;
  position: sticky;
  top: 0;
  margin-top: 0.5rem;
  border-radius: 1rem;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.main-nav-arrow img {
  height: 1.5rem;
  background-color: #000;
  border-radius: 50%;
  margin-left: 1rem;
}

.main-nav-option {
  margin-right: 1rem;
}

.main-nav-option i:hover {
  transform: scale(1.2);
}

.nav-btn {
  background-color: #000;
  color: #fff;
  opacity: 0.5;
}

.nav-btn:hover {
  opacity: 1;
}

.main-nav-option button {
  margin-right: 1rem;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
}

h3 {
  margin-left: 1.5rem;
}

h3:hover {
  text-decoration: 3px underline;
}
.card {
  background-color: #232323;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 150px;
  margin: 1.5rem;
}

.card:hover {
  transform: scale(1.05);
}

.card-img {
  width: 145px;
  border-radius: 0.25rem;
}

.end-bar {
  height: 150px;
  width: 80%;
  border-top: 1px solid white;
  margin-left: 110px;
  margin-top: 50px;
}

.music-bar {
  display: flex;
}

.left-music-bar {
  width: 25%;
}

.center-music-bar {
  width: 50%;
}

.right-music-bar {
  width: 25%;
}

.bar-option {
  display: flex;
  justify-content: center;
  padding: 0.5rem;
}

.center-music-bar .bar-option img {
  height: 1rem;
  width: 1rem;
  margin: 1rem;
}

.bar-music {
  display: flex;
  justify-content: center;
  /* padding: 0.5rem; */
  margin-bottom: 1rem;
}

.bar-music input {
  width: 70%;
}

.left-music-bar {
  display: flex;
  padding: 1rem;
  justify-content: space-evenly;
  align-items: center;
}

.bar-icon img {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: 1.5rem;
  margin-right: 0.5rem;
}

.right-music-bar {
  display: flex;
}

.bar-volume {
  margin-top: 1.7rem;
  height: 1rem;
}

.img-hover:hover {
  transform: scale(1.5);
  opacity: 1;
}
