@font-face {
  font-family: "8bit operator jve";
  src: url(../fonts/8bitoperator_jve.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

html {
  font-family: "8bit operator jve";
  /*font-size: 1.5em;*/
}

.main {
	max-width: 960px;
  margin: 32px auto;
  font-size: 24px;
  color: #FFFFFF;
}

.desc {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

.box {
	border-style: solid;
	border-image-source: url(../deltarune_box.png);
	border-image-repeat: stretch;
	border-image-slice: 26;
	background-color: black;
	background-clip: padding-box;
	background-origin: padding-box;
	
	border-image-width: 26px;
	border-width: 13px;
	
	padding: 16px;
}

.center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px;
}

.project {
  border: solid 2px #9DA2C4;
  margin: 16px;
  padding: 16px;
}

.project h1, h2, h3 {
  margin: 0;
  font-weight: normal;
}

.project-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 4px;
  /*margin: -4px;*/
}

#ancient-dungeons h2 {
  font-size: 100px;
  -webkit-text-stroke: 2px white;
  paint-order: stroke fill;
  text-transform: uppercase;
	background: linear-gradient(to top, #30CFD0 0%, #330867 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

#nevermind h2 {
  font-size: 100px;
  -webkit-text-stroke: 2px white;
  paint-order: stroke fill;
  text-transform: uppercase;
	background: linear-gradient(to top, #FF6BD0 0%, #9000BC 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

.project h3 {
  color: yellow;
  text-align: center;
}

video {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}

@media (max-width: 900px) {
  #ancient-dungeons h2 {
    font-size: 50px;
  }
  
  #nevermind h2 {
    font-size: 50px;
  }
}
