body,
section,
div,
span,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

body {
  background-color: black;
}

.section {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

html {
  min-height: 100%;
}

.lines {
  position: absolute;
  top: 80vh;
  height: 3000px;
  left: 0;
  width: calc(100% - 128px);
  margin: 0px 64px 0px 64px;
  z-index: 0;
  background-image: url(../../assets/Other/Website_Content/lines.svg);
  background-repeat: repeat-y;
  background-size: cover;
  object-position: center center;
  background-position: center center;
}

.decoration-text {
  position: relative;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Poppins";
}

.decoration-line {
  width: 200px;
  position: relative;
  border-top: 1px solid rgba(51, 42, 29, 0.79);
  box-sizing: border-box;
  height: 1px;
}

.decoration {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 0px 0px 4px;
  gap: 12px;
  color: rgba(51, 42, 29, 0.79);
}
