html {
  background-color: rgb(40, 40, 40);
}

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

.center {
  text-align: center;
}

#products {
  font-size: large;
}
