@font-face {
  font-family: barlow;
  src: url(assets/Barlow-Regular.ttf);
}

@font-face {
  font-family: barlow;
  src: url(assets/Barlow-SemiBold.ttf);
  font-weight: bold;
}

:root {
  --primary: rgb(198, 170, 236);
  --secondary: rgba(78, 68, 121, 0.97);
}

html, body {
  font-family: barlow;
  background-color: rgb(244, 234, 255);
  background-image: none;

  image-rendering:auto;
}

.line {
  z-index: 1;
  position: absolute;
  top: 119px;
  width: 100%;
  border-bottom: 1px solid rgb(233, 177, 255);
}

.underlined {
  border-bottom: 1px solid rgb(233, 177, 255);
}

.content {
  z-index: 5;
  padding-top: 86px;
  font-size: 14px;
  min-height: calc(100vh - 366px);
  width: 1400px;
  margin: 0 auto;
  color:rgb(18, 0, 20);
  line-height: 24px;
  display:flex;
  flex-wrap: wrap;
}

h1,h2,h3,h4,h5,h6 {
  font-family: barlow;
  font-weight: bold;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

l {
  color:rgb(126, 60, 187)
}

.top {
  background: rgb(26, 10, 39); 
  color: rgb(210, 159, 219); 
  display: block; 
  height: 60px; 
  width: 100%; 
  position: fixed;
  font-weight: bold;
  z-index: 100;
}

.footer {
  background: rgb(26, 10, 39); 
  display: block; 
  height: 306px; 
  width: 100%;
  font-size: 14px;
  line-height:24px;
}

.nav {
  float: right; 
  padding-right: 20px; 
  margin-top: 12px;
}

.nav li {
  font-size: 14px;
  padding-left:8px;
  padding-right:8px;
}

worm {
  width: 232px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
worm img {
  object-fit: cover;
  width: 100%;
  height: 234.359px;
  /* -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(0,0,0,0)));
  mask-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(0,0,0,0)); */
}
worm fade {
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 7%);
}
worm fade::after {
  background-image: linear-gradient(180deg, transparent 0,rgba(0,0,0,.35) 70%,rgba(0,0,0,.7));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 234.359px;
}

worm info {
  position: absolute;
  bottom: calc(100% - 220px);
  left: 0;
  margin: 0 15px;
  color: white;
  text-shadow: 0 0 10px rgb(0, 0, 0);
  z-index: 10;
}
worm name {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
worm scrobbles {
  margin-top: 4px;
  display: block;
  font-size: 12px;
}
worm context {
  padding: 15px;
  width: 202.3px;
  display: inline-block;
  background-color: #e5d6ff;
  color:rgb(18, 0, 20);
  /* border: 1px solid rgb(196, 179, 228); */
  /* border-top: none; */
  box-shadow: rgb(196, 179, 228) 1px 0px inset, rgb(196, 179, 228) -1px -1px inset;
  font-size: 12px;
  line-height: 18px;
}