body {
  height: 100vh;
  background-color: #081054;
  color: #D9DBCC;
  background-image: url(../assets/truck.jpeg);
  background-size: cover;
}

#container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#title {
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  margin: auto;
}

#menu-bar {
  align-self: end;
  font-size: 1.5em;
  color: #081054;
}

