#back{
  position: absolute;

  top: 0;
  left: 0;

  background: #e1eae4;
}
.whiteWordsSmall{
  position: relative;
  color:aliceblue;
  font-size: 50px;
}
#word{
  position: absolute;

  top: 50px;
  left: 100px;

  color:aliceblue;
  font-size: 100px;

  z-index: 1;
}
#backButton{
  position: absolute;    
  margin: 0;
  padding: 10px;
  text-align: center;

  width: 150px;
  height: 108px;

  top: 425px;
  left: 300px;

  background:#506C64;

  z-index: 1;
}
#ins{
  position: absolute;

  top: 425px;
  left: 25px;

  height: 128px;
  width: 256px;

  z-index: 1;
  font-family: Georgia, 'Times New Roman', Times, serif;
}