@font-face {
	font-family: 'tomodachi';
	src: url("./font/pictochat.ttf");
}

body {
	background-image: url("./tile/stripes-green2.png");
	background-size: 200px 200px;
	background-repeat: repeat;
	overflow-x: hidden;
	font-family: 'tomodachi';
	font-size: 20px;
  min-height: 100vh;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

  ::-webkit-scrollbar {
	display: none;
  }
  
  a {
	color: black;
	text-decoration: none;
  }

#content {
  margin: 0 auto;
  border: 3px white;
  outline: 2px solid black;
  background-color: #FFF7E8;
  border-radius: 2px;
  line-height: 15px;
  align-items: center;
  padding: 15px;
  text-align: center;
}

.navbutton {
  background-color: #dde8b5;
  border: solid 3px #c1d188;
  border-radius: 3px;
  border-top-color: white;
  border-left-color: white;
  outline: 2px solid black;
  font-family: tomodachi;
  font-size: 20px;
  text-align: center;
  color: black;
  cursor: pointer;
  width: 160px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 3px;
}

.navbutton:hover {
  background-color: #95BAFF;
  transform: translate(2px, 5%);
  border-top-color: #3A5FA5;
  border-left-color: #3A5FAF;
  border-right-color: white;
  border-bottom-color: white;
}
