body:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../img/artist-412x412.webp)
    url(../img/artist-cut-out-3-412x412.webp)
    url("../fonts/BebasNeue-Regular.woff2") url("../fonts/Alike-Regular.woff2");
}

body {
  background-color: var(--ssm-color-11);
}

.main-image {
  width: 100vw;
  height: 35vh;
  display: grid;
  text-align: center;
  align-items: flex-end;
  padding-bottom: 5%;
  background-image: url(../img/artist-412x412.webp);
  background-size: cover;
  background-position: top;
  transition: all ease-in-out 100ms;
  font-family: "bebas-neue-regular";
  font-size: 3rem;
  color: var(--ssm-color-11);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.main-image:hover {
  background-image: url(../img/artist-cut-out-3-412x412.webp);
}

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

.paragraph-text {
  font-family: "Alike", serif;
  color: var(--ksn-colour-01);
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  padding: 5% 10% 0% 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: #085f6a;
  background: linear-gradient(
    30deg,
    rgba(8, 95, 106, 1) 0%,
    rgba(8, 63, 78, 1) 35%,
    rgba(181, 68, 176, 1) 100%
  );
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  bottom: 0;
}
