@font-face {
	font-family: 'VT323';
	src: url('80s.woff2') format(woff2);
}

html, body {
	margin: 0;
	background-color: #bbfbbf;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: 'VT323';
}

.small-text {
	font-family: 'VT323';
	font-size: 15px;
}

.large-text {
	font-family: 'VT323';
	font-size: 30px;
}

.divider {
	width: 100%;
	border-top: 4px solid #FDF2B9;
	border-bottom: 4px solid #F6C4C0;
}


.menu-item {
	margin-left: 5%;
	margin-right: 5%;
	display: flex;
    flex-direction: column;
	justify-content: center;	
}

.check-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#menu-content {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 80%;
}

#menu {
	opacity: 0;
	width: 90%;
	height: 90%;
	border: 2px solid black;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #F2C4E1;
}

#wrapper {
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
}

#button {
	color: white;
	width: 100%;
	background-color: #4956B4;
	border: none;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin: 0;
	height: 20%;
	bottom: 0;
}

#page-title {
	align-self: center;
}



/* CHECKBOX */
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 17px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid black;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #9E90CB;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #FDF2B9;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bar {
  background-image: url(https://image.ibb.co/ivFeFv/handle2.png);
  transform-origin: center 130px;
}
