@font-face { font-family: SingleDay-Regular; src: url('fonts/SingleDay-Regular.ttf'); }

body{
  font-size: xx-large;
  margin: 100px;
}

button{
  font-size: xx-large;
  background-color: rgb(255, 255, 255);
  margin-right: 50px; 
  margin-top: 20px;
  border-radius: 1px;
  border-style:inherit;
  padding: 10px 20px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  transition: transform 0.5s ease;
  transition: 0.3s ease;
}

button:hover {
  box-shadow: 5px 5px 7px rgb(199, 199, 199);
  transform: translateY(-5px);
  background-color: rgb(199, 199, 199);
}

#Whatareyoudoinghere {
  display: none;
}

#Theresnothingforyouhere {
  display: none;
}

#uhh {
  display: none;
}

#um {
  display: none;
}

#Heythatwasmyquestion {
  display: none;
}

#anyway {
  display: none;
}

#goon {
  display: none;
}

#Exploretheplace {
  display: none;
}

#Butimleavingyouhere {
  display: none;
}

#ifyoudontunderstand {
  display: none;
}

#orgetlost {
  display: none;
}

#iwontbeheretohelpyou {
  display: none;
}

#okaythen {
  display: none;
}

#goodbye {
  display: none;
}



