* { font-family: "Poppins", "Montserrat", "Roboto", "Arial"; outline: none; }

body {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:-1;
  background-color: #000;
  color: #dde;
}

header {
  
}
header > h1 > img {
  vertical-align: middle;
}

header > h1 > span.js {
  color: #f50;
  font-family: "Luckiest Guy";
  font-size: 50px;
  letter-spacing: 8px;
}
header > h1 > span.samples {
  color: #0ad;
  font-family: "Mali";
  font-size: 30px;
}

input { margin: 40px; padding: 4px 12px; width: 80%; }

button {
  padding: 8px 12px;
  background-color: transparent;
  border: none;
  color: #999900;
  font-size: 20px;
  font-weight: bold;
  user-select: none;
  cursor: pointer;
  transition: all 0.5s;
}
button:hover {
  color: #BBBB00;
  /* font-style: italic; */
  /* margin-left: 12px; */
}

.flex-container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
