/* headings */
@import url('https://fonts.googleapis.com/css2?family=Nerko+One&display=swap');

/*description*/
@import url('https://fonts.googleapis.com/css2?family=Numans&display=swap');

html, body {
  margin: 0;
  padding: 0;
  background-color: #27276e;
}
canvas {
  display: block;
  margin: auto;
}

h1 {
  text-align: center;
  color: #f062a6;
  font-family: "Nerko One", cursive;
  font-weight: 400;
  font-size: 60px;
  font-style: normal;
  margin-top: 20px;
}

h2{
  text-align: center;
  color: white;
  font-family: "Nerko One", cursive;
  font-weight: 400;
  font-size: 30px;
  font-style: normal;
}

h3{
  text-align: center;
  color: yellow;
  font-family: "Nerko One", cursive;
  font-weight: 400;
  font-size: 30px;
  font-style: normal;
}

p{
  text-align: center;
  color: white;
  font-family: "Numans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#button-holder {
    display: flex;
  position: absolute;
inset-inline-start: 170px;
inset-block-start: 400px;
}

#button-holder2 {
    display: flex;
  position: absolute;
inset-inline-start: 140px;
inset-block-start: 500px;
}

#button-holder3 {
display: flex;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.emphasis{
  color: yellow;
  font-family: "Fuzzy Bubbles", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.artStat{
display: flex;
  position: absolute;
inset-inline-start: 1250px;
inset-block-start: 400px;
  padding: 1em;
}

.artTitle{
  display: flex;
  position: absolute;
inset-inline-start: 1325px;
inset-block-start: 250px;
  padding: 2em;
}




