@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body{
  background-color: #1c2c21;
}

p{
  color: white;
  font-weight: lighter;
  padding-left:20px;
  padding-right: 20px;
  margin-top: 0;
}
.pinkheading {
  color: #D496D5;
  font-family: 'Open Sans', sans-serif;
  font-size: 3em;
  text-align: center;
  background-color: #1c2c21;
  font-weight: bolder;
  width: 100%;
  margin-top: 60px;
}

/*coming soon artists components*/

img {
 width: 300px;
 height:300px;
 display: block;
 object-fit: cover;
}

.artist-singlebox{
  width: 300px;
  height: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.artist-name { 
  background-color: #d496d5;
  width: 300px;
  height: 50px;
  text-align: center;
  color: #0f1812;
  font-size: 1.3em;
  padding-top: 10px;
}