@import url('https://fonts.googleapis.com/css2?family=Nova+Square&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
  background-color: #2e2157;
  color: white;
}

html, 
body {
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
  margin: auto;
}

button {
  background-color: black;
  color: gold;
  font-weight: bold;
}

p {
  color: gold;
  font-family: "BarlowCondensed", sans-serif;
  text-align: center;
}

h1 {
  font-family: "Nova Square", sans-serif;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  color: gold;
}

h2 {
  color: gold;
  font-family: "BarlowCondensed", sans-serif;
  text-align: center;
}
#button-holder {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  margin: auto;
  justify-content: center;
}
  .nav-1 {
  margin: auto;
  text-align: left;
  padding-bottom: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "Quicksand", sans-serif;
}

.nav-1 h1 {
  max-width: 10%;
  padding-left: 20px;
  font-size: 30px;
}

.nav-1 a {
  display: block;
  padding-left: 20px;
  padding-bottom: 10px;
}

.nav-border {
    border: 2px Gold solid;
    padding: 5px;
}

a:link {
  color: #ee42cc;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #65edf0;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
