body {
  background-image:url('/images/Main\ Page\ BG.jpg');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
}

.header-item-container {
  background-color: transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.401);
}

.content-container {
  display: flex;
  justify-content: left;
}

.content {
  margin-left: 5%;
  margin-top: 15%;
  color: whitesmoke;
}

.content button {
  background-color: #C21010;
  color: whitesmoke;
  border: none;
  border-radius: 25px;
  font-size: large;
  text-align: left;
  padding-left: 25px;
  width: 130%;
  font-weight: 10px;
  height: 50px;
  transition: 0.2s;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.593);
}

.content button:hover {
  cursor: pointer;
  background-color: wheat;
}

.fade {
  margin-top: 10%;
  display: flex;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  height: 300px;
}

.under {
  display: flex;
  background-color: black;
  height: 1000px;
  justify-content: center;
  color: whitesmoke;
  padding-bottom: 10%;
}
