:root {
  --bg: #250C2B;
  --re3: #ea33f8
  }

.jersey-10-regular {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: var(--bg);
  color: white;
  font-family: "Jersey 10";
  font-size:30;
}

.maingrid {
  width: 100%;
  display: grid;
  grid-template-columns: 10% 80% 10%;
  margin:-5;
}

.guts {
  justify-self: center;
  width: 80%;
  margin-top:0px
}