* {
  margin-left: auto;
  margin-right : auto;
  justify-content: center;
  align-items: center;
  padding : 5px;
  text-align: center;
}

#buttons {
  position : fixed;
  top : 5vh;
  left : 5vw;
  width : 90vw;
  height : 90vh;
  padding : 0px;
  margin : 0px;
}

#styleButton {
  left : 0;
  top : 0;
  position : absolute;
}

#picButton {
  right : 0;
  top : 0;
  position : absolute;
}

#aboutButton {
  left : 0;
  bottom : 0;
  position : absolute;
}

#exampleButton {
  right : 0;
  bottom : 0;
  position : absolute;
}

button {
  margin : 0;
  visibility : hidden;
  position : absolute; 
  top : 2; 
  left: 2;
  background-color : #8fb6c4;
}

.picHolder {
  background-color: #666666;
  width : 70%;
}

body {
  background-color: #ffffff;
}

header {
  background-color: #919191;
  width : 80%;
  justify-content: center;
  align-items: center;
  padding : 0px;
}

h1, h2 {
  width : 100%;
  padding : 0px;
}

.section {
  background-color: #666666;
  width : 70%;
  float : center;
  justify-content: center;
  align-items: center;
  padding : 2px;
}

#charSprite {
  margin : 0;
  left : 0;
  top : 0;
  position: absolute;
  padding : 0;
}

#follower {
  width : 78px;
  height : 123px;
  margin : 0;
  position: fixed;
  padding : 0;
  overflow : hidden;
}

#toggler {
  visibility : hidden;
}
