html {
  background-color: #e6e6e6;
}

body {
  margin: auto;
  width: 1200px;
  font-family: "Montserrat", sans-serif;
  background-color: #e6e6e6;
  text-align: center;
}

button {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  width: 512px;
  height: 200px;
  font-size: 38px;
}

#Index {
  margin-left: -5px;
}

h1 {
  margin-top: 250px;
  font-weight: 400;
}
