body,
html {
  height: 100%;
  margin: 0;
}

/* fill up the screen with flex */
.flex-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.flex-Logo {
  flex: 2;
  /* background-color: #f1f1f1; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.flex-word {
  flex: 1;
  /* background-color: #f1f1f1; */
  width: 80%;
}

p {
  font-size: 30px;
}

.bgimg {
  background-image: url("../img/DineHats-Logo.png");
  height: 100%;
  position: relative;
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}

.topleft {
  position: absolute;
  top: 0;
  left: 16px;
}

.bottomleft {
  position: absolute;
  bottom: 0;
  left: 16px;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.logo {
  max-width: 100%;
  max-height: 100%;
}

hr {
  margin: auto;
  width: 40%;
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.appButton-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.app-button {
  width: 80%;
  height: 100%;
}
