a {
  text-decoration-line: none;
  font-family: sans-serif;
}

body {
  background-color: lightgray;
}

h3 {
  text-align: center;
  color: black;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 50px;
}

p {
  text-align: center;
  color: black;
  font-family: sans-serif;
  margin: 40;
  font-size: 24px;
}

.alexaLogo {
  background-color: white;
  margin: 0;
  padding: 0;
  text-align: center;
}

.button {
  border: none;
  color: black;
  background-color: #FF9900;
  border-radius: 4px;
  padding: 15px 128px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 40px;
  margin: 100px 2px 2px 25px;
}

.buttonDiv{
  text-align: center;
}
