

html,
body
main {
  display: flex;
  flex-direction: column;
  font-family: 'Dela Gothic One', cursive;
  font-family: 'Lato', sans-serif;
  height: 100%;
  overflow: scroll;
  width: 100%;
}

article {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: none;
}

button {
  border: none;
  outline: none;
}

header {
  align-self: center;
  align-items: center;
  background-color: #DD6B6B;
  border: none;
  display: flex;
  height: 125px;
  margin-right: 10px;
  outline: none;
  width: 100%;
}

nav {
  display: flex;
  height: 125px;
  width: 100%;
}

p {
  display: flex;
  flex-direction: column;
  margin: 3px;
}

h1 {
  display: flex;
  flex-direction: column;
  margin: 3px;
}

section {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: none;
}

.logo-image {
  width: 200px;
  height: 200px;
  margin-top: 20px;
  margin-right: 20px;
}

.artist-name {
  font-size: 24px;
  padding-left: 10px;
  padding-top: 10px;
  color: #6BDDDD;
}

.hot-song,
.artist-100 {
  font-size: 12px;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 0px;
}

.artist-100-count{
  color: #6BDDDD;
  font-size: 24px;
  margin-top: 0px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.hot-song-count {
  font-size: 16px;
  margin-top: 0px;
  padding-left: 10px;
}

.position-label,
.position {
  align-self: flex-end;
  color: white;
  flex-direction: column;
  margin-bottom: 0px;
  margin-right: 10px;
  /* margin-top: 20px; */
}

.position {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.background {
  align-items: center;
  background-color: white;
  color: grey;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  justify-content: center;
  max-width: 1350px;
  margin: 0 auto;
  gap: 15px;
  padding: 20px;
}

.card {
  align-self: center;
  background-color: #F2F2F3;
  color: grey;
  display: flex;
  filter: drop-shadow(1px 1px 1px gray);
  width: calc(20% - 16px);
  min-width: 250px;
  max-width: 250px;
}

.card:hover {
  align-self: center;
  background-color: #F2F2F3;
  color: grey;
  display: flex;
  filter: drop-shadow(1px 1px 1px gray);
  opacity: 0.4;
  width: calc(20% - 16px);
  min-width: 250px;
  max-width: 250px;
}

.card-header {
  align-self: stretch;
  border-color: red;
  display: flex;
  flex-direction: column;
  height: 100px;
  width: 100%;
  filter: brightness(70%);
}

.card-url {
  align-self: center;
  background-color: #F2F2F3;
  color: grey;
  font-size: 12px;
  height: 40px;
  justify-content: flex-start;
  text-decoration: none;
  width: 225px;
}

.label-container {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-right {
  align-self: flex-start;
  background-color: inherit;
  height: 40px;
  width: 250px;
  display: flex;
  flex-direction: column;
}

.nav-text {
  align-self: flex-end;
  background-color: inherit;
  color: white;
  font-size: 12px;
  margin: 5px;
  padding-bottom: 10px;
  width: 100px;
  margin-left: 0px;
}

.nav-text-all-time {
  align-self: flex-end;
  color: black;
  background-color: inherit;
  font-size: 12px;
  margin: 5px;
  padding-bottom: 10px;
  width: 100px;
  text-align: left;
  margin-left: 0px;
}

.billboard-label {
  color: gray;
  flex-direction: column;
  font-size: 36px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}

.menu-button {
  height: 40px;
  width: 40px;
  align-self: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
}


.user-menu {
  align-self: flex-start;
  background-color: inherit;
  color: white;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 12px;
  height: 30px;
  margin: 5px;
  width: auto;
}

.account-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}


.arrow {
  margin: 0px;
  width: 25px;
  height: 25px;
}

.drake {
  background-image: url('./assets/1_drake_2.png');
}

.taylor {
  background-image: url('./assets/2_taylor_2.png');
}

.bruno {
  background-image: url('./assets/3_bruno_2.png')
}

.rihanna {
  background-image: url('./assets/4_Rihanna_2.png');
}

.adele {
  background-image: url('./assets/5_Adele_2.png');
}

.ed {
  background-image: url('./assets/6_Ed_2.png');
}

.justin {
  background-image: url('./assets/7_justin_2.png');
}

.katy {
  background-image: url('./assets/8_katy_2.png');
}

.maroon {
  background-image: url('./assets/9_maroon_2.png');
}

.post {
  background-image: url('./assets/10_post_2.png');
}




@media screen and (max-width: 1350px) {
  .background {
    max-width: 1080px;
  }
  .card, .card:hover {
    width: calc(25% - 12px);
  }
}

@media screen and (max-width: 1080px) {
  .background {
    max-width: 810px;
  }
  .card, .card:hover {
    width: calc(33.33% - 10px);
  }
}

@media screen and (max-width: 810px) {
  .background {
    max-width: 540px;
  }
  .card, .card:hover {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 540px) {

html,
body
main {
  display: flex;
  flex-direction: column;
  font-family: 'Dela Gothic One', cursive;
  font-family: 'Lato', sans-serif;
  height: 100%;
  width: 100%;
  overflow: scroll;
}

article {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

button {
  border: none;
}


header {
  background-color: #DD6B6B;
  border: none;
  display: flex;
  height: 125px;
  width: 100%;
}

nav {
  display: flex;
  height: 125px;
  width: 100%;
}

p {
  display: flex;
  flex-direction: column;
  margin: 3px;
}

h1 {
  display: flex;
  flex-direction: column;
  margin: 3px;
}

section {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo-image {
  width: 100px;
  height: 100px;
  margin-top: 40px;
  margin-left: 30px;
}


.artist-name {
  font-size: 24px;
  padding-left: 10px;
  padding-top: 10px;
  color: #6BDDDD;
}

.hot-song,
.artist-100 {
  font-size: 12px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 10px;
}

.artist-100-count {
  color: #6BDDDD;
  font-size: 24px;
  margin-top: 0px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.hot-song-count {
  font-size: 16px;
  margin-top: 0px;
  padding-left: 10px;
}

.position-label,
.position {
  align-self: flex-end;
  color: white;
  flex-direction: column;
  margin-bottom: 0px;
  margin-right: 10px;
  /* margin-top: 20px; */
}

.position {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.background {
  align-items: center;
  background-color: white;
  color: grey;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  gap: 40px;
  padding: 20px;
}


.card {
  align-self: center;
  background-color: #F2F2F3;
  color: grey;
  display: flex;
  filter: drop-shadow(1px 1px 1px gray);
  width: calc(50% - 20px);
  min-width: 250px;
  max-width: 400px;
}

.card:hover {
  align-self: center;
  background-color: #F2F2F3;
  color: grey;
  display: flex;
  filter: drop-shadow(1px 1px 1px gray);
  opacity: 0.5;
  width: calc(50% - 20px);
  min-width: 250px;
  max-width: 400px;
}

.card-header {
  align-self: flex-start;
  background-color: #FC0359;
  border-color: red;
  display: flex;
  flex-direction: column;
  height: 100px;
  width: 250px;
}

.card-url {
  align-self: center;
  background-color: #F2F2F3;
  color: grey;
  font-size: 12px;
  height: 40px;
  justify-content: flex-start;
  width: 225px;
}

.nav-right {
  align-self: flex-start;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  height: 40px;
  width: 250px;
}

.nav-text {
  align-self: flex-end;
  background-color: inherit;
  color: white;
  font-size: 12px;
  padding-bottom: 20px;
  margin: 10px;
  width: 25px;
}

.nav-text-all-time {
  align-self: flex-end;
  background-color: inherit;
  color: black;
  font-size: 12px;
  margin: 10px;
  padding-bottom: 20px;
  width: 25px;
}

.billboard-label {
  color: gray;
  font-size: 22px;
  padding-top: 20px;
}

.menu-button {
  height: 0px;
  width: 0px;
  align-self: flex-end;
  padding-bottom: 20px;
}

.user-menu {
  background-color: inherit;
  color: white;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 12px;
  height: 30px;
  margin: 5px;
  width: auto;
}



.drake {
  background-image: url('./assets/1_drake_2.png');
}

.taylor {
  background-image: url('./assets/2_taylor_2.png');
}

.bruno {
  background-image: url('./assets/3_bruno_2.png')
}

.rihanna {
  background-image: url('./assets/4_Rihanna_2.png');
}

.adele {
  background-image: url('./assets/5_Adele_2.png');
}

.ed {
  background-image: url('./assets/6_Ed_2.png');
}

.justin {
  background-image: url('./assets/7_justin_2.png');
}

.katy {
  background-image: url('./assets/8_katy_2.png');
}

.maroon {
  background-image: url('./assets/9_maroon_2.png');
}

.post {
  background-image: url('./assets/10_post_2.png');
}
