.unifrakturmaguntia-regular {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
}


body {
  background: url("/images/Space.gif");
  color: white;
  font-family: UnifrakturMaguntia;
}

.home {
  width: 75vw;
  height: 75vh;
  margin: auto;
  background: #C1C1C1;
  box-shadow: 1px 1px 0px 1px #808080, 2px 2px 0px 2px #000000, 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 4px #DFDFDF;
}

.cards{
  width: 75vw;
  height: 20vh;
  display: flex;
  flex-direction: row;
  column-gap: 1vw;
  margin: auto;
  overflow: scroll;
  background: #C1C1C1;
  box-shadow: 1px 1px 0px 1px #808080, 2px 2px 0px 2px #000000, 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 4px #DFDFDF;
}

.card{
  width: 25%;
  background: green;
}