@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 {
  text-align: center;
  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.layout{
    display: flex;
}

div.columntext{
    font-family: "Sixtyfour", sans-serif;
    flex: 40%;
}
div.columnCanvas{
    flex: 60%;
}
div .bottomLine {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

p {
    color: yellow;
}

div.toplink{
  text-align: center;
  /*left: 60px;*/
  position: relative;
}
a {
  
    font-family: "Sixtyfour", sans-serif;
  font-optical-sizing: auto;
  color: aqua;
  font-size: 15px;
}


div.title-block h1 {
  margin-top: 10px;
    font-size: 20px;
}


canvas {
  display: block;
  margin: 0 auto;
}

.button-holder{
    align-content: center;
    margin-top: 80px;
    position: absolute;
}
.button-row {
  position: relative;
  top: 10px;
  /*left: 50%;*/
  bottom: 40px;
    size: 80px;
  /*transform: translateX(-50%);*/
  text-align: center;
}

