body {
  background: #fff;
}

.container {
  /*centers in the container*/
  text-align: center;
   font-family: 'Canterbury';
  font-size:500px;
  font-weight:bold;
  text-shadow:0 4px 8px #666, 0 6px 16px #999;
}

@font-face {
    font-family: 'Canterbury';
    src: url('Canterbury-Regular.eot');
    src: url('/css/Canterbury-Regular.eot?#iefix') format('embedded-opentype'),
        url('/css/Canterbury-Regular.woff2') format('woff2'),
        url('/css/Canterbury-Regular.woff') format('woff'),
        url('/css/Canterbury-Regular.ttf') format('truetype'),
        url('/css/Canterbury-Regular.svg#Canterbury-Regular') format('svg');
}

#circTxt {
  /*allows for centering*/
  display: inline-block;
  /*adjust as needed*/
  margin-bottom: 128px;
  color: #333;
  position:relative;
  
}

#shadow {
 
}