body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 100vh;

}

div#logo {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 3.5rem;
}

div#punchline {
  width: 600px;
  max-width: 95%;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
}

div#intro {
  width: 600px;
  max-width: 95%;
  font-size: 1.2rem;
  text-align: center;
}

div#instruction {
  width: 600px;
  max-width: 95%;
  text-align: center;
  font-size: 1.2rem;
}

div#start {
  width: 600px;
  max-width: 95%;
  text-align: center;
  font-size: 1.2rem;
}

.btn {
  padding: 10px;
  margin-left: 1rem;
  border: 1px solid black;
  border-radius: 5px;
  font-weight: 600;
}

.btn:hover {
  background-color: black;
  color: white;
  cursor: pointer;
}

.bar {
  margin: 0 1rem;
  font-size: 2.5rem;
  font-weight: 300;
}

.command {
  margin: 0 1rem;
  padding: 10px;
  border: 1px solid #D0D0D0;
  background-color: #E3E3E3;
  border-radius: 5px;
  font-weight: 600;
}

.hide {
  display: none;
}

.footer {
  font-size: 0.8rem;
  font-weight: 300;
  color: #A0A0A0;
  margin-top: 3rem;
}

.footer > a {
  color: #A0A0A0;
  text-decoration: none;
}

.footer > a:hover {
  color: #404040;
}
