body {
  background-color: black;
  font-family: 'AcuminVariableConcept.otf';
}



h1 {
  color: yellow;
  margin-right: 30px;
  font-size: 70px;
  font-family: "Lucida Console", "Courier New", monospace;
    
}
h2 {
  color: rgb(19, 237, 234);
  margin-right: 30px;
  margin-left: 30px;
  font-size: 30px;
  font-family: "Lucida Console", "Courier New", monospace;
    
}
p {
  
  position
  : 
  fixed
  ;
    
  top
  : 50px;
    
  right
  : 10px;
  }
body{
    background-image: url('https://residuesofwetness.hotglue.me/?navigating.head.16149800194');
    background-size: cover;
    
    
    
    height: 100vh;
    padding:0;
    margin:0;
}
:root {
  --gutter: 20px;
}

.app {
  padding: var(--gutter) 0;
  display: grid;
  grid-gap: var(--gutter) 0;
  grid-template-columns: var(--gutter) 1fr var(--gutter);
  align-content: start;
}

.app > * {
  grid-column: 2 / -2;
}

.app > .full {
  grid-column: 1 / -1;
}

.hs {
  display: grid;
  grid-gap: calc(var(--gutter) / 2);
  grid-template-columns: 10px repeat(6, calc(50% - var(--gutter) * 2)) 10px;
  grid-template-rows: minmax(150px, 1fr);
  
  overflow-x: scroll;
  scroll-snap-type: x proximity;
  padding-bottom: calc(.75 * var(--gutter));
  margin-bottom: calc(-.5 * var(--gutter));
}

.hs:before,
.hs:after {
  content: '';
}

/* Hide scrollbar */
.hide-scroll {
  overflow-y: ;
  margin-bottom: calc(-.1 * var(--gutter));
}


/* Demo styles */

html,
body {
  height: 50%;
}

body {
  display: grid;
  place-items: center;
  
  
}
img {

  height: auto;

  max-width: 100%;

}
ul {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
}

.app {
  width: 1990px;
  height: 1130px;
  overflow-y: scroll;
}

.hs > li,
.item {
  scroll-snap-align: center;
  padding: calc(var(--gutter) / 2 * 1.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 0, 0.147);
  border-radius: 8px;
}