body {
  margin: 0;
  background-color: #30384B;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  zoom: 1;
}

.grid-container {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px 2px;
  grid-template-areas:
    ". ."
    ". .";
  max-width: 1800px;
  margin: 0 auto;
}

.player-right {
  background: url('img/bgplayer.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 450px;
  width: 600px;
  margin: 0 auto;
}

.player-left {
  background: url('img/bgplayer.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 450px;
  width: 600px;
  margin: 0 auto;
}

p.cd-number {
  color: white;
  font-size: 2rem;
  margin-top: 146px;
  margin-bottom: 0;
  margin-left: 40px;
}

p.time-player {
  color: white;
  font-size: 3rem;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 40px;
  font-weight: 600;
}

p.title-player {
  color: white;
  font-size: 1.5rem;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: 600;
}

p.artist-player {
  color: white;
  font-size: 1.5rem;
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: 400;
}

.content-player-top {
  background: linear-gradient(to bottom, #2E79BD 50%, #2164A8 50%);
  width: 543px;
  margin: 0 auto;
  height: 119px;
  margin-top: 15px;
  border-radius: 8px;
  border: 5px solid #000;
}

img.cover-player {
    width: 165px;
    height: 165px;
    float: right;
    margin-right: 44px;
    margin-top: 29px;
}
