/* This is the CSS for the ID used on page 2. */
#enjoy {
  font-size: 24px;
  color: purple;
}

/* Feel free to add more CSS here! */





/* The CSS below is for the way the website and app look. Be careful when making changes! */

body {
	/* Changing the style below will change the color of the background. */
  background-color: lightblue;
}

#phone {
  height: 600px;
  width: 350px;
  /* Changing the style below will change the color of the phone. */
	background-color: black;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  margin: auto;
  position:relative;
}

#menucontainer {
  position: absolute;
  right: 10px;
  padding: 0;
  margin: 0;
  z-index: 1;
}

#collapsemenu {
  float: right;
  /* Changing the style below will change the color of the menu button. */
  background-color: steelblue;
  border: 2px solid black;
  color: white;
  margin: 0;
  text-align: center;
  text-decoration: none;
  width: 60px;
  height: 30px;
  display: inline-block;
  font-size: 16px;
  border-radius: 0px 0px 0px 10px;
  font-weight: bold;
}

#collapsemenu:active {
  background-color: lightblue;
}

#menu {
  float: right;
  clear: right;
  margin-top: 2px;
  padding: 8px;
  border: 2px solid black;
  /* Changing the style below will change the color of the menu background. */
  background-color: steelblue;
  border-radius: 10px;
  color: white;
  display: none;
}

.levelbutton {
  /* Changing the style below will change the color of the menu buttons. */
  background-color: lightgrey;
  border: 2px solid black;
  width: 75px;
  height: 25px;
  color: black;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  z-index: 100;
  left: 118px;
  margin-top: 463px;
}

.startbutton {
  /* Changing the style below will change the color of the menu buttons. */
  background-color: lightgrey;
  border: 2px solid black;
  width: 150px;
  height: 50px;
  color: black;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
  position: absolute;
  z-index: 7;
  margin-left: 100px;
  margin-top: 290px;
}

.skipbutton {
  /* Changing the style below will change the color of the menu buttons. */
  background-color: lightgrey;
  border: 2px solid black;
  width: 75px;
  height: 25px;
  color: black;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  z-index: 7;
}

.nextbutton {
  /* Changing the style below will change the color of the menu buttons. */
  background-color: lightgrey;
  border: 2px solid black;
  width: 75px;
  height: 25px;
  color: black;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  z-index: 100;
  left: 8px;
  margin-top: 559px;
}

.menubutton:active {
  background-color: white;
}

.char1{
  width: 90px;
  top: 265px;
  height: 200px;
  z-index: 7;
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
  padding: 0px;
  margin-bottom: 109px;
}

.char2{
  width: 90px;
  top: 265px;
  height: 200px;
  right: 10px;
  z-index: 7;
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
  padding: 0px;
  margin-bottom: 109px;
}

.char3{
  width: 110px;
  top: 275px;
  height: 190px;
  right: 10px;
  z-index: 7;
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
  padding: 0px;
  margin-bottom: 109px;
}

.textbox{
  width: 350px;
  top: 460px;
  height: 150px;
  z-index: 7;
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
  padding: 0px;
  margin-bottom: 109px;
}

.text {
  top: 460px;
  width: 350px;
  height: 85px;
  z-index: 7;
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 109px;
  color: black;
}

.dialogue {
  margin: 0px;
  padding: 5px;
  font-family: impact;
  font-size: 17px;
  color: black;
  z-index: 15;
}

.background{
  z-index: 0;
  position: absolute;
 top: 10px;
}

#screen {
  height: 550px;
  width: 350px;
  /* Changing the style below will change the color of the screen. */
  background-color: white; 
  /* Changing the style below will change the default color of the text on the screen. */
  color: black;
  margin: 0px;
  display: inline-block;
}

#decorationbutton {
  position: absolute;
  bottom: 5px;
  left: 160px;
}

#pages {
  display: none;
}