        .middle {
          background-color: rgb(0, 0, 0);
          flex: 4;
        }

        .middle-header {
          position: fixed;
          left: 369px;
          background-image: linear-gradient(to bottom, rgb(134, 134, 134), rgb(102, 102, 102));
          width: 50.6%;
          padding: 13px 45px;
          border-radius: 10px 10px 0 0;
          margin-left: 8.5px;
          z-index: 3;
        }

        .all-btn {
          background-color: white;
          border: none;
          padding: 7px 12px;
          border-radius: 24px;
          font-size: 14px;
        }

        .all-btn:hover {
          filter: brightness(94%);
        }

        .music-button, .podcasts-btn {
          background-color: rgb(157, 156, 156);
          border: none;
          color: white;
          font-weight: 530;
          font-size: 14px;
          padding: 7px 12px;
          border-radius: 24px;
        }

        .music-button:hover, .podcasts-btn:hover {
          filter: brightness(105%);
        }

        .middle-2nd-section {
          margin-top: 57px;
          margin-right: 0px;
          margin-left: 5px;
          background-image: linear-gradient(rgb(102, 102, 102), rgb(69, 68, 68)) ;
          padding: 5px 45px;
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr;
        }

        .middle-playlist {
          display: flex;
          align-items: center;
          border-radius: 5px;
          background-color: rgb(117, 115, 115);
          width: 180px;
          color: white;
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 10px;
          position: relative;
        }

        .middle-playlist:hover {
          filter: brightness(110%);
        }

        .middle-playlist:hover .middle-playlist-play-popup {
          opacity: 1;
        }

        .middle-playlist img {
          height: 50px;
          width: 50px;
          margin-right: 5px;
          border-radius: 5px 0 0 5px;
        }

        .middle-playlist-play-popup {
          display: flex;
          vertical-align: center;
          justify-content: center;
          background-color: rgb(19, 206, 19);
          padding: 5px;
          border-radius: 100%;
          height: 20px;
          width: 20px;
          position: absolute;
          right: 6px;
          box-shadow: 0 5px 6px -2px rgb(65, 64, 64);
          opacity: 0;
          transition: 0.25s ease-in-out;
        }

        .middle-playlist-play-popup:hover {
          cursor: pointer;
          filter: brightness(110%);
          transform: scale(1.05);
        }

        .middle-playlist-play-popup img {
          padding-left: 4px;
        }

        .middle-playlist  div:hover {
          cursor: pointer;
        }

        .horizontal-section-1-name{
          display: flex;
          justify-content: space-between;
          padding: 20px 45px 15px;
          margin: 0 5.5px;
          margin-right: 0;
          background-image: linear-gradient(to bottom, rgb(69, 68, 68), rgb(37, 36, 36), rgb(31, 30, 30));
        }

        .made-for {
          font-size: 13px;
          color:rgb(172, 169, 169);
          font-weight: 530;
        }

        .you {
          font-size: 23px;
          color: white;
          font-weight: 700;
          margin-top: 5px;
        }

        .you:hover {
          cursor: pointer;
          text-decoration: underline;
        }

        .right-1 {
          font-size: 14px;
          color:rgb(172, 168, 168);
          font-weight: 600;
          margin-top: 28px;
        }

        .right-1:hover {
          cursor: pointer;
          text-decoration: underline;
        }

        .horizontal-section-1, .horizontal-section-2, .horizontal-section-3 {
          margin: 0 5.5px;
          margin-right: 0;
          padding: 2px 35px 20px;
          background-color: rgb(31, 30, 30);

          columns: 17ch;
          max-height: 28ch;
          overflow-x: auto;
        }

        .daily-mix {
          padding: 10px;
          border-radius: 6px;
          position: relative;
          width: 150px;
        }

        .daily-mix:hover .daily-mix-popup {
          opacity: 1;
          transform: translateY(-5px);
        }

        .daily-mix:hover {
          background-color: rgb(45, 44, 44);
        }

        .daily-mix-text {
          margin-top: 10px;
          width: 120px;
          color: rgb(184, 180, 180);
          font-size: 14px;
          font-weight: 540;
        }


        .daily-mix-icon {
          height: 150px;
          width: 150px;
          border-radius: 6px;
        }

        .daily-mix-top {
          position: absolute;
          top: 125px;
          left: 15px;
          background-color: rgb(0, 247, 255);
          border-radius: 2px;
          font-size: 14px;
          font-weight: 600;
          padding: 1px;
        }

        .daily-mix-no {
          position: absolute;
          background-color: rgb(0, 247, 255);
          font-size: 25px;
          top: 125px;
          right: 15px;
          font-weight: 700;
        }

        .daily-mix-popup {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 7px;
          background-color: rgb(19, 206, 19);
          height: 33px;
          width: 33px;
          border-radius: 50%;
          position: absolute;
          right: 13px;
          top: 110px;
          opacity: 0;
          transition: 0.5s ease;
        }

        .daily-mix-popup:hover {
          cursor: pointer;
          filter: brightness(110%);
          transform: scale(1.05);
          
        }

        .daily-mix-popup img {
          height: 27px;
          width: 27px;
        }

        .horizontal-section-2-name, .horizontal-section-3-name {
          display: flex;
          justify-content: space-between;
          padding: 20px 45px 1px;
          margin: 0 5.5px;
          margin-right: 0;
          background-color: rgb(31, 30, 30);
        }




