.background-image {
  min-width: 102vw;
  background-image: url("https://raw.githubusercontent.com/j0eMurray/tembiu/refs/heads/main/Landing_1_web.png?token=GHSAT0AAAAAADKMBBD5XH7JR2GIRHA5PPYC2GFR7KA&auto=compress&cs=tinysrgb&dpr=1&w=500");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 102vh;
  z-index: -99;
  top: -5px;
  left: -5px;
  position: absolute;
}

body {
  overflow: hidden;
}

.header {
  text-align: center;
}

.button {
  margin: 0 auto;
  display: block;
  padding: 10px;
  color: #333333;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  cursor: pointer;
}

.description {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 50px;
}

