body {
  background-color: white;
  color: black;
}

.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

.space-grotesk {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

  /* <uniquifier>: Use a unique and descriptive class name, <weight>: Use a value from 300 to 700 */


/* TEXT FORMATTING */

html {
  font-size: 16px;
}

h1 {
  font-size: 4rem;
  color: black;
  font-family: "VT323", monospace;
  text-align: center
}

h2 {
  font-size: 2rem;
  color: black;
  font-family: "VT323", monospace;
  text-align: center
}

p {
  font-size: 1rem;
  color: black;
  font-family: 'Space Grotesk', sans-serif;
  text-align: center;
  letter-spacing: -0.5px
}

/* LIST FORMATTING */

ul {
  font-size: 1rem;
  color: black;
  font-family: 'Space Grotesk', sans-serif
}

.nav {
  font-size: 1rem;
  font-family: 'Space Grotesk', sans-serif;
  text-align: center;
  letter-spacing: 1.2px;
  margin: 0;
  padding: 0
}

/* LINK FORMATTING */

a:link {
  color: coral;
}

a:visited {
  color: coral;
}

a:hover {
  text-decoration:none;
}

/* IMAGE FORMATTING */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 33%;
}

/* DIVISION FORMATTING */

.navbar {
  height: 3rem;
  width: 45%;
  margin: auto
}

.navbar a {
  font-size: 1rem;
  font-family: 'Space Grotesk', sans-serif;
  text-align: center;
  letter-spacing: 1.2px;
  padding: 16px 16px
}




