@font-face {
  font-family: Summit;
  src: url(fonts/SummitRegular-Display.ttf); /* url of the font */
}

.header {
  font-family: Summit;
  font-size: xx-large;
}

body {
  background-color: rgb(0, 0, 0);
}

body {
  color: white;
  text-align: center;

  background-color: rgb(0, 0, 0);
  min-height: 100vh;
}

p {
  font-family: Summit;
  font-size: 20px;
}

#page-outer {
  display: flex;
  justify-content: center;
  background-image: url(Images/Background.png);
}
#page-inner {
  max-width: 1200px;
  backdrop-filter: blur(3px);
  border-radius: 20px 20px 0px 0px;
  border: 6px solid rgb(139, 19, 6);
  padding: 20px;
}
.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.flex-row {
  display: flex;
}

.button_Style{
  background-color: rgb(81, 93, 114);
  border-radius: 20px;
  border: 6px solid rgb(139, 19, 6);
  padding: 20px;
}