main {
  width: 70vw;
  margin: 10px 15vw 0 15vw;
  font-family: Jersey10;
}

main h1 {
  font-size: 30px;
  line-height: 20px;
  margin: 20px 20px 10px 20px;
}

main h2 {
  font-size: 25px;
  line-height: 30px;
  margin: 5px 0px 3px 0px;
}

main .wrapper-page {
  width: 1075px;
  height: 500px;
  margin: 0px 0px 0px 0px;
  padding: 5px;


}

.playlists {
  width: 475px;
  height: 600px;
  background-color: var(--sitecolor1);
  display: flex;
  flex-direction: column;
  padding: 5px;
  border: 5px outset var(--bordercolor);
  border-radius: 50px;
  justify-content: center;
}
.covers {
  width: 450px;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;

}

.playlists a{
  font-size: 20px;
  line-height: 22px;
  color: black;
}

.covers img{
    width: 140px;
    height: 140px;
    border-radius: 10px;
    margin: 5px 5px 5px 5px;
}

.info {
  width: 600px;
  height: 600px;
  padding: 10px;
  background-color: var(--sitecolor1);
  border: 5px outset var(--bordercolor);
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  overflow: auto ;
  overflow: hidden;
  font-family: 'Courier New', Courier, monospace;
}

.intro{
  width:550px;
  height:600px;
  margin: 75px 10px 50px 10px;
}

.intro p{
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}

.playlist {
  width: 600px;
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  margin-top: 100px;

}

.playlist p {
  font-size: 13px;
  line-height: 15px;
  padding: 5px;
}

.tracklist p{
  font-size: 13px;
  line-height: 13px;
}

.tracklist2 p{
  font-size: 11px;
  line-height: 11px;
}

.playlist img {
  width: 250px;
  height: 250px;
  border-radius: 10px;
}

.button {
  width: 300px;
  height: 50px;
  background-color: var(--sitecolor2);
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 5px outset var(--linkcolor);
  border-radius: 90px;
  font-size: 25px;
  letter-spacing: 3px;
  cursor: pointer;
  margin: 250px 75px 0px 75px;
}