/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
  
body {
background: #EEAECA;
background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
  color: black;
  font-family: garamond;
  max-width: 1000px; 
  margin: auto
  ;
}

  h1, h2 {color:  #4D4DFF; text-align: center;}
  h2 {font-size: 1.2em;}
  
 hr {
  width: calc(100% + 98px);
  position: relative;
  left: -50px;
}

article, header {
  background-color:   #fa9f60   ;
  border: 10px double  #d46700 ;
  border-radius: 50px;
  padding: 15px;
  margin:10px 0;
}

img {
  display: block;
  margin: auto;
}

.lastlistenedto {
  background: #c2a8f7;
background: linear-gradient(90deg, rgba(194, 168, 247, 1) 0%, rgba(242, 111, 212, 1) 50%, rgba(252, 176, 69, 1) 100%);
  margin: 5px 0px;
  border: 10px double #87529c;
  border-radius: 40px;
  padding:5px;
}

.widget-lastfm {
background: #c2a8f7;
background: linear-gradient(90deg, rgba(194, 168, 247, 1) 0%, rgba(242, 111, 212, 1) 50%, rgba(252, 176, 69, 1) 100%);
text-align: center;
  height: 1.2em;
  width: 100%;
  border:none;
}

.left {
  position: fixed;
  height: calc(100vh - 60px);
  width: 250px;
  padding-top:20px;
 color: #4B61D1;
background: #c2a8f7;
background: linear-gradient(90deg, rgba(194, 168, 247, 1) 0%, rgba(242, 111, 212, 1) 50%, rgba(252, 176, 69, 1) 100%);
  border: 10px double  #d46700 ;
  border-radius: 50px;
}

.centered {
  position: center;
  text-align: center;
}

#content {
  max-width: 75%;
  margin-left: 300px;
}

#credit {
text-align: center;
}

#badges {
 display: flex;
flex-wrap: wrap;
  gap: 2px;
  width: 100%;
  justify-content: center;
  }