/* @import url(http://fonts.googleapis.com/css?family=Concert+One); */

/* *, */
/* ::before, */
/* ::after { */
/*   box-sizing: border-box; */
/*   margin: 0; */
/*   padding: 0; */
/* } */

body {
  font-family: "Lucida Sans Typewriter", "Lucida Typewriter", "DejaVu Sans Mono";
  font-size: 1em;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

@font-face {
  font-family: "Hobo";
  src: url("../fonts/HoboStd.otf");
}

h1 {
  display: flex;
  justify-content: center;
  text-transform:uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 3px;
  /* animation:glow 10s ease-in-out infinite; */
}

h1 {
  margin-top: 4rem;
  color:blueviolet;
}

li {
  list-style: none;

}

a {
  color: #c1c1c1;
  text-decoration: none;
}

