*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
    box-sizing: border-box;
    font-size: 62.5%; }
    
    @media only screen and (max-width: 768px) {
      html {
        font-size: 50%; 
      } 
    }

body {
  background-color: #f16059;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page {
  width: 90%;
  max-width: 960px;
  margin: 50px auto;
  text-align: center;
  background-color: #f16059;
  border-radius: 5px;
}
.footer {
  text-align: center;
  margin: 2rem auto;
}
body {
  font: 1.6rem 'Bungee', Helvetica, Arial, sans-serif;
  color: #222;
  margin: 0px;
  padding: 1rem;
  text-transform: uppercase;
}
header{
  font-size: 2.2rem;
  line-height: 2.4rem;
  padding: 4rem auto;
  margin-bottom: 2rem;
}
h4 {
  font-size: 2rem;
  padding: 2rem;
  font-family: 'Bungee', cursive;
}
h4 #clock {
  font-size: 3rem;
  display: block;
  padding: .5rem 0px;
}
h1, h2, h3, h6 {
  font-family: 'Bungee Shade', cursive;
}

blockquote {
  font: 2.5rem 'Open Sans', sans-serif;
  -webkit-text-stroke: 1px black;
  text-shadow: 2px 2px #000;
  margin: -8rem 0 10rem 0;
  color: #fff;
}

blockquote:before { content: '"'; }
blockquote:after { content: '"'; }

#lolcat {
  width: 70%;
  max-width: 460px;
  margin: 0 auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 10px;
  border:10px solid #222;
}
#wakeUpTimeSelector, #lunchTimeSelector, #napTimeSelector {
  font-size: 1.6rem;
  padding: 1rem 0;
}
#partyTimeButton {
  background-color: #222;
  width: 60%;
  max-width: 400px;
  font-family: 'Bungee', cursive;
  font-size: 1.8rem;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  margin-top: 4rem;
}

footer p {
  text-transform: uppercase;
  font-size: 1.6rem;
}
