.body {
  background-color: black;
}
.container {
  position:  relative;
}

.centered {
  position: absolute;
  font-family: "Acumin Pro";
  font-weight:normal;
  font-size:calc(2vw + 1rem);
  top: 24vw;
  left: 7%;
  /*width: calc(10vw + 20rem);*/
  /*transform: translate(-50%, -50%);*/
  color: white;
}
.description1 {
  position: absolute;
  top: 71vw;
  right: 2%;
  color: slategray;
  font-family: "Acumin Pro Italic";
  font-size: calc(1vw + 0.3rem);
}

img {
  float: right;
  padding-bottom: 4%;
}

.listeningList {
  clear: both;
  position: relative;
  color: white;
  margin-left: 7%;
  margin-right: 7%;
  font-family: "Acumin Pro";
  font-weight:normal;
  font-size: calc(0.3vw + 1rem);
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

p {
  line-height: 1;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h2 {
  margin-bottom: 0.2em;
}