body:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../img/artist-750x750.jpg)
    url(../img/artist-beige-darker-cut-out-750x750.jpg)
    url("../fonts/BebasNeue-Regular.woff2");
}

body {
  background-color: var(--ssm-color-10);
}
@font-face {
  font-family: "bebas-neue-regular";
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cookie";
  src: url("../fonts/Cookie-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Alike";
  src: url("../fonts/Alike-Regular.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
.main-image {
  width: 100vw;
  height: 35vh;
  display: grid;
  text-align: center;
  align-items: flex-end;
  padding-bottom: 5%;
  background-image: url(../img/artist-750x750.jpg);
  background-size: cover;
  background-position: top;
  transition: all ease-in-out 100ms;
  font-family: "bebas-neue-regular";
  font-size: 3rem;
  color: var(--ssm-color-07);
  text-shadow: 0px 0px 20px var(--ssm-color-01);
}

.main-image-producer {
  width: 100vw;
  height: 35vh;
  display: grid;
  text-align: center;
  align-items: flex-end;
  padding-bottom: 5%;
  background-image: url(../img/producer-blue-duo-v2-750x750.jpg);
  background-size: cover;
  background-position: top;
  transition: all ease-in-out 100ms;
  font-family: "bebas-neue-regular";
  font-size: 3rem;
  color: var(--ssm-color-07);
  text-shadow: 0px 0px 20px var(--ssm-color-01);
}

.main-image:hover {
  background-image: url(../img/artist-beige-darker-cut-out-750x750.jpg);
}

.paragraph-text {
  font-family: "Alike", serif;
  color: var(--ksn-colour-01);
  font-size: 1.35rem;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  padding: 10% 10% 10% 10%;
  justify-content: center;
  text-wrap: pretty;
}

.ssm-image {
  width: 80vw;
  padding: 10% 10% 10% 10%;
  justify-content: center;
}
.ssm-footer-image {
  width: 60px;
  height: auto;
}

footer {
  background-color: #ddc68a;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  bottom: 0;
}
