@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&family=Sixtyfour&display=swap');

body {
  margin: 0;
  padding: 0;
  background-image: url("./071.jpg");
  background-repeat: no-repeat; 
  background-size: cover;      
  background-attachment: scroll;
  color: white;
}


h1 {
  font-family: "Sixtyfour", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


h2 {
  font-family: "Sixtyfour", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-size: 15px;
  font-style: normal;
 color: yellow;
  text-align: center;
}


h3 {
  font-family: "Sixtyfour", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
 
}

div .bottomLine {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

div .goodluck {
  font-family: "Sixtyfour", sans-serif;
  font-optical-sizing: auto;
  position: absolute;
  left: 20px;       
  font-size: 15px;
  text-align: left;
}

div .rightBar {
  font-family: "Sixtyfour", sans-serif;
  font-optical-sizing: auto;
  position: absolute;
  right: 10px;       
  bottom: 50px;       
  font-size: 15px;
  text-align: right;
}

p {
  position: static;
  margin: 0 auto;
  text-align: center;
}

/* page layout + canvas */

.page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.title-block h1 {
  margin-top: 10px;
}

.canvas-holder {
  margin: 40px auto 0 auto;
  width: 600px;
  height: 600px;
}

canvas {
  display: block;
  margin: 0 auto;
}


.button-row {
  position: relative;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.button-row button {
  margin: 0 8px;
  padding: 6px 16px;
  font-size: 14px;
  cursor: pointer;
}
