html {
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

body {
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  margin: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
}

canvas#canvasBackground {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: -1;
  opacity: 1.0;
  pointer-events: none;
}

.logo {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 122px;
  margin-bottom: 8px;
  color: #6b5d3f;
}

.void {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin-bottom: 0px;
}

h1 {
  font-size: 66px;
  font-weight: normal;
  letter-spacing: 1.1px;
  margin-bottom: 0px;
  color: #2a2520b0;
}

h2 {
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.5px;
  margin-bottom: 0px;
  color: #2a2520b0;
}

h3 {
  font-style: italic;
  font-size: 31px;
  font-weight: normal;
  letter-spacing: 2.2px;
  margin-bottom: 4px;
  color: #2a2520b0;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  color: #2a2520d0;
}

h5 {
  font-style: italic;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
  color: #2a252090;
}

f1 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: #2a2520a0;
}

.link {
  text-align: center;
  opacity: 1.0;
}

.link a {
  display: inline-block;
  padding: 14px 34px;
  background: #2a2520;
  color: #f3ede2;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid #2a2520;
}
