@import url('https://fonts.googleapis.com/css?family=Abhaya+Libre');

html {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/387928/cat-wallpaper.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0px;
  color: #f5f5f5;
}

.box {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/387928/sky.gif) no-repeat center;
  background-size: cover;
  position: relative;
  margin: 50px auto;
  height: 450px;
  width: 800px;
  font-family: 'Abhaya Libre', serif;
}

.box h1, h2, h3, h4 {
  margin: 10px auto;
  text-align: center;
}

.box input {
  width: 99%;
  text-align: center;
  font-family: 'Abhaya Libre', serif;
  font-color: #181818;
  font-size: 1.2em;
  background-color: #181818;
  color: #f5f5f5;
}

#kitten {
  display: block;
  margin: 0 auto;
  text-align: center;
  transform: scale(1.1)
}