/* Main Styles for Nicolas Holt Landing Page */

body {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  background-color: #f5f5dc;
  overflow: hidden;
}

#landing {
  width: 100%;
  height: 100vh;
  position: relative;
}

.site-title {
  position: absolute;
  top: 40px;
  left: 80px;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 3px;
  color: transparent;
  -webkit-text-stroke: 2px #3b3b77;
  text-stroke: 2px #3b3b77;
  margin: 0;
  z-index: 10;
  text-transform: uppercase;
}

#container { 
  width: 100%; 
  height: 100%; 
  position: relative;
}

#canvas-container { 
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  width: 80vw; 
  height: 60vh;
  min-width: 800px;
  min-height: 400px;
  border: 3px solid #3b3b77;
  box-sizing: border-box;
}
