* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.text-center {
  text-align: center;
}

.bg1 {
  position: relative;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg-text {
  position: absolute;
  left: 0;
  top: 40vh;
  width: 100%;
}

h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #eee;
}

h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #eee;
}

.text-center {
  text-align: center;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  color: #aaa;
  text-align: center;
  padding: 1rem;
  line-height: 2;
}

a {
  color: #999;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}