@import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap");
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(#2c2c2c, #000000, #000000); }

h1 {
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 2.5rem;
  color: #e38d0b;
  text-align: center; }

/* ------------- small devices ------------------ */
/* ------------- medium devices ------------------ */
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 4rem; } }
/* ------------- large devices ------------------ */
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 5rem; } }
/* ------------- extra large devices ------------------ */

/*# sourceMappingURL=digital-styles.css.map */
