body {
  background-color: #343434;
  font-family: "Poppins", sans-serif;
}

.textbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}

h2 {
  color: white;
}
