@font-face {
  font-family: "Comic Sans";
  src: url("https://cdn.glitch.global/f9c83afc-c94b-4d1c-bc12-c644ae010d7a/Comic%20Sans%20MS.ttf")
    format("truetype");
}

body {
  font-family: "Comic Sans", sans-serif;
  background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://cdn.glitch.global/f9c83afc-c94b-4d1c-bc12-c644ae010d7a/galaxy.jpeg");
  color: white;
   background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: white;
}

a {
  text-align:center;
  font-weight: normal;
  color: #a296ca;
  font-size:24px;
}


h1 {
  text-align: center;
  font-weight: normal;
  color: white;
}

h2 {
  text-align: center;
  font-weight: normal;
  color: white;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.3);
}

.creds{
  text-align: center;
  font-weight: normal;
  color: #ED8DCA;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(237, 141, 202, 0.5);
  background: rgba(237, 141, 202, 0.3);
}
.panic{
   position: relative;
  top: 160px;
 
}
.gam {
    border-color: rgba(154, 112, 140, 0.5);
  background: rgba(154, 112, 140, 0.3);
}
