.player {
  text-align: left;
  overflow: hidden;
  width: auto;
  height: auto;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
  display: inline-block;
  font-family: Mukta, sans-serif
}

.player .info .track-info {
  -ms-flex-flow: column;
  flex-flow: column;
  padding-left: 20px;
  width: auto;
  padding-right: 80px;
  display: block;
  overflow: hidden
}

.player .controls {
  padding: 5px;
  height: auto;
  min-height: 15px;
  overflow: hidden;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  background-color: #fff;
  z-index: 2
}

.player .controls .bar {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 7px;
  margin-right: 15px;
  height: 4px;
  background-color: #ccc;
  border-radius: 5px
}

.player .controls .bar .progress {
  height: 4px;
  background-color: #333;
  border-radius: 5px
}

.player .controls .time-left {
  font-size: 10px;
  width: 25px;
  color: #ccc;
  margin-right: 5px
}

.player .controls .time-current {
  font-size: 10px;
  width: 25px;
  color: #ccc;
  margin-left: 12px
}

.player .info {
  background-color: #fff;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.player .info .icon {
  width: 80px;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.player .info .title {
  position: relative;
  color: #0e2f44;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700
}

.player .info .author {
  position: relative;
  font-size: 10px;
  color: #888
}

/* .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
} */

h1.name {
  font-family: Mukta, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 25px;
  color: #999;
  letter-spacing: 6px
}

.spotify-text {
  width: 50%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spotify-banner {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px;
  /* flex-direction: column; */
}

@media only screen and (max-width: 700px) {
  .spotify-banner {
    margin: 0;
  }
}

/*# sourceMappingURL=main.5a4d2603.css.map*/