html,
body {
  height: 100%;
}

body {
  text-align: center;
  background-image: url("../images/1712886_5ce0.jpg");
}

#wrapper {
  width: 960px;
  height: 100%;
  box-sizing: border-box;
  margin: 2.5% auto;
  background-color: cornsilk;
}

#sub-wrapper {
  position: relative;
  top: 15%;
}

button {
  display: block;
  width: 50%;
  height: 20%;
  margin: 0 auto;
  font-size: 42px;
  cursor: pointer;
  background: transparent;
  border: 0;
}

img {
  height: 200px;
}

h1 {
  padding-top: 2.5%;
  font-family: 'Trade Winds', cursive;
  font-family: 'KoHo', sans-serif;
  font-size: 75px;
  font-weight: bold;
  color: cadetblue;
}

h2 {
  margin-bottom: 25px;
  font-size: 35px;
  color: dimgray;
}

h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

#start {
  margin-top: 10%;
  background: lightcyan;
  border: 2px solid lightskyblue;
}

button:hover {
  background:lightskyblue;
  border: 2px solid lightcyan;
}

