@font-face {
	font-family: 'tomodachi';
	src: url("./font/pictochat.ttf");
}

@font-face {
	font-family: 'partyoutline';
	src: url("./font/supermariods.ttf");
}

@font-face {
	font-family: 'partyfill';
	src: url("./font/supermariodsfill.ttf");
}

@font-face {
	font-family: 'partynormal';
	src: url("./font/supermariodsoriginal.otf");
}

body {
	background-image: url("./tile/stripes-pink.png");
  background-size: 15px;
	background-repeat: repeat;
	overflow-x: hidden;
	font-family: tomodachi;
	font-size: 20px;
  	min-height: 150vh;
  	display: flex;
	align-items: center;
  	flex-direction: column;
  	justify-content: center;
  	overflow: scroll;
   image-rendering: optimizespeed;
}

  ::-webkit-scrollbar {
	display: none;
  }

#content {
  border: 7px solid transparent;
  border-image: url("./border/cracker.gif") 7 fill round;
  padding: 10px;
}

#banner {
  width: 750px;
  height: 200px;
  border-radius: 4px;
  background-image: url("./graphics/applebanner5.png");
  background-size: 750px;
  background-position: 50% 40%;
  border: 2px solid brown;
}

h1 {
  font-family: partyoutline;
  font-size: 48.5px;
  position: absolute;
  margin-top: 143;
  color: #f9fbef;
  margin-left: 15.5px;
  z-index: 2;
  font-weight: normal;
}

h2 {
  font-family: partyfill;
  font-size: 45.7px;
  position: absolute;
  margin-top: 144;
  color: #fca395;
  margin-left: 15.1px;
  font-weight: normal;
}

h3 {
  border: 2px solid brown;
  border-bottom: 3px solid brown;
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  font-weight: normal;
  font-size: 24px;
  color: black;
  background-color: #f9eeeb;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

#bottom {
  margin-top: 10px;
  padding: 10px;
display: flex;
}

#secret {
  margin-top: 30px;
  outline: 2px solid gray;
  border: 2px solid white;
  border-radius: 3px;
  font-family: tomodachi;
  font-size: 20px;
  padding: 8px;
  background-color: #ffb4a8;
  border-bottom: 3px solid brown;
  border-right: 2px solid brown;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

#secret:hover {
  background-color: #95BAFF;
  transform: translate(2px, 5%);
  border-top-color: #3A5FA5;
  border-left-color: #3A5FAF;
  border-right-color: white;
  border-bottom-color: white;
  cursor: pointer;
}


.oclist {
  text-align: center;
 display: grid;
  gap: 25px;
  grid-template-columns: auto auto auto; 
}

.oc {
  outline: 2px solid black;
  border: 1px solid white;
  border-bottom: 2px solid black;
  border-radius: 3px;
  padding: 12px;
  flex-direction: column;
  display: flex;
  line-height: 20px;
  padding-bottom: 0px;
  width: 200px;
}

.oc img {
  width: 200px;
  border-radius: 3px;
  margin-bottom: 10px;
}