body {
  background-color: #020a33;
  color: black;
  font-family: Verdana;
  margin: 0px 0px 0px 0px;
}
canvas {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#page-wrap {
  position: relative;
  min-height: 100vh;
}
#all-wrap {
  padding-bottom: 50px;
  position: relative;
}
#canvasHolder {
  padding-top: 10px;
  padding-bottom: 15px;
  width: 600px;
  height: 640px;
  position: relative;
  margin: 0 auto;
}
#contact {
  color: white;
  text-align: center;
  position: relative;
  padding-top: -50px;
  padding-bottom: 40px;
  font-size: 14px;
}
#adLeft {
  position: absolute;
  left: 0;
  top: 15%;
  height: 85%;
  width: 15%;
}
#adRight {
  position: absolute;
  right: 0;
  top: 15%;
  height: 85%;
  width: 15%;
}
footer {
  width: 100%;
  height: 50px;
  margin-top: 60px;
  font-family: "Montserrat",serif;
  color: white;
  font-size: 14px;
  background: #1f2752;
  text-align: center;
  position: absolute;
  line-height: 25px;
  bottom: 0;
}
.footer-link {
  color: white;
}
.header-logo {
  display:block;
  width:81px;
  height:60px;
  /* background-image:url(/logo.png); */
  background-size:cover;
  position:relative;
  top:15px;
  left:15px;

}
.contact-link:link {
    color: DarkTurquoise;
}
.contact-link:visited {
    color: blue;
}
.contact-link:hover {
    color: blue;
}
.contact-link:active {
    color: DarkTurquoise;
}

/* added by nathan */
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-align: center;
  width: 100%;
  padding: 0;
  border: none;
  resize: none;
}
