h1 {
  width: auto;
  color: rgb(190, 190, 190);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-wrap: normal;
  justify-content: center;
}

h2 {
  width: auto;
  color: rgb(190, 190, 190);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-wrap: normal;
  justify-content: left;
}

body {
  background-color: rgb(42, 40, 44);
}

p {
  width: auto;
  color: rgb(190, 190, 190);
  font-family: Arial, Helvetica, sans-serif;
  text-wrap: normal;
  justify-content: left;
}