@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


body{
  background-image: linear-gradient(to bottom right, cyan, magenta);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height:max-content;
}

h1 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 0px;
  margin-top:0px;
}
h2 {
  font-size: 2.5rem;
  margin-top: 0px;
}
.container h2 {
  text-align: center;
}
p {
  font-family: Helvetica, Geneva, Tahoma, sans-serif;
}
.logo {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 3.3rem;
  text-align: center;
  padding-top: 15px;
}
.info {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}
.period {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 15px;
}
.container {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-btn {
  margin: 2vh auto;
  text-align: center;
  text-decoration: none;
  padding: 2vh 4vh;
  background-color: #1db954;
  font-size: 20px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Geneva, Tahoma, sans-serif;
  width: 100%;
  display: block;
  max-width: 295px;
}

.pappContainer{
  width: 374px;
  height: 620px;
  margin-top: 26px;
  margin-left: 25px;
  display: inline-block;
}

.pappDock{
  width: 374px;
  margin-top: 15px;
  margin-left: 25px;
  display: inline-block;
}

.pApp {
  width: 64px;
  height: 64px;
  /*Og border radius:   border-radius: 10px; */
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 37.5px;
  margin-left: 24px;
  float: left;
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Geneva, Tahoma, sans-serif;
}

.appName{
  width: 60px;
  height: 20px;
  float: none;
  margin-top: 64px;
  position: initial;
  overflow: hidden;
  font-size: x-small;
  text-align: center;
  color: white;
  line-height: 20px;
}

.iphone{
  width: 425px;
  height: 852px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("Iphone.png");
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  overflow: auto;
}

.time-text{
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Geneva, Tahoma, sans-serif;
  width: auto;
  margin-left: 42px;
  margin-top: 28px;
}

.time-btn {
  border: none;
  text-align: center;
  text-decoration: none;
  padding: 1vh 5vh;
  background-color: #0056ff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Geneva, Tahoma, sans-serif;
  margin: 0vh 1vh;
  width: auto;
}
.login-btn:hover {
  text-decoration: none;
  color: white;
}
#options,
#logout,
#download,
#appleoption {
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.hidden {
  display: none;
}
#loggedin,
#login,
#logout,
#download,
#share,
#short_t,
#medium_t,
#long_t {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.date {
  margin: 0vh;
}
.tracks {
  margin: 5px 0vh;
}
#receipt {
  clear: both;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 25px auto;
}
.username-input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2vh;
}
.username-input * {
  margin: 2%;
}
.begin {
  padding-left: 0vh;
}
#download {
  margin-top: 2vh;
}
p,
table,
.date {
  font-family: "receipt", "Courier New", Courier, monospace;
  font-size: 2.1rem;
  line-height: 2rem;
}

#login p {
  font-size: 1.5rem;
}



table {
  border: none;
}
.total-counts {
  border-top: 1px dashed;
}
.total-counts-end {
  border-bottom: 1px dashed;
}
thead {
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}
td {
  padding: 2px 10px;
  vertical-align: top;
}
.name {
  width: 225px;
  overflow: auto;
}
.length {
  text-align: right;
  padding-left: 10px;
  padding-right: 0px;
}
.website {
  margin-bottom: 0px;
  text-transform: lowercase;
}
.thanks {
  text-align: center;
  padding: 15px 0px;
}
.thanks img {
  width: 70%;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #loggedin,
  #login {
    width: 100%;
  }
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #options {
    flex-direction: column;
  }
  #loggedin,
  #login {
    width: 100%;
  }
  .time-btn {
    margin: 1vh auto;
  }
  .container {
    width: 100%;
  }
}

@media (max-width: 900px) {

  .header-section {
    width: 100%;
    padding: 0 32px;
  }

  .seperator {
    padding: 0;
  }

  .mixes-promo {
    background-image: url(assets/img/mixes-promo-mobile.jpg);
    width: auto;
    height: 190.96px;
    max-width: 337px;
  }

  .middle-container {
    padding: 0 20px;
  }
}

@media (max-width: 330px) {
  .header-section {
    padding: 0 15px;
  }
}
.footer {
  position: fixed;
  bottom: 0;
}