* {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  font-family: sans-serif;
}

body {
  position: relative;
  align-items: center;
  text-align: center;
}

.banner {
  width: 75%;
  max-height: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
}

h1,
h2 {
  margin-bottom: 50px;
}

h1 {
  color: #3c4c63;
  margin-bottom: 500px;
}

h2 {
  color: #eb8b24;
}

footer {
  align-items: bottom;
  font-size: 10px;
}
