* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'VCRFont';
  src: url('/VCRFont.ttf') format('truetype');
}

@font-face {
  font-family: 'SullyPunctuation';
  src: url('/SullyVerge.ttf') format('truetype');
  unicode-range: U+0021, U+003F;
  size-adjust: 150%; 
  /* Negative values pull the character down. Start here and adjust. */
  descent-override: -60%; 
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'SullyPunctuation', 'VCRFont', "Times New Roman", "Serif", serif;
  font-size: 14px;
  background: #8dd0fb url("Allie_Workspace2.png"); 
  text-align: center; 
  background-size: 100vw 100vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flow-root;
}

h1, h1 a, h1 u {
  text-decoration: none !important; 
}

u, u h1, a h1 {
  text-decoration: none !important;
}

h1 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  border-bottom: 4px solid #000; 
  display: inline-block; 
  padding-bottom: 3px; 
  padding-left: 2px;
  line-height: 0.8; 
}

ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

li {
  text-align: left;
  list-style-position: inside; 
  margin: 0;
  padding: 3px 0;
}

a {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  line-height: 1.6;
}
  
.left {
  text-align:left;
}

.box {
  margin: 0 auto;
  overflow: auto;
  background-color: #fff;
  border: 2px solid #000;
  width: 32em;
  max-height: 80vh;
  margin-top: 8vh;
  padding: 1em 4em;
}

.box-round {
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #000;
  width: 32em;
  height: 32em;
  max-height: 90vh;
  margin-top: 4vh;
  overflow: auto;
  border-radius: 50%;
  padding: 7.5em 6em;
}

.box-noscroll {
  margin: 5% auto 4% auto;
  background-color: #fff;
  border: 2px solid #000;
  width: 32em;
  padding: 1em 4em;
}

.old {
  margin-top: 3%;
  margin-bottom:3%;
  width: 460px;
  min-height:50px;
  padding: 20px;
  padding-bottom: 30px;    
}
  
.box img, .box-noscroll img, .box-round img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 500px) {
  .box, .box-noscroll, .box-round {
    width: 90%;
    padding: 1em 2em;
  }
}
  
@media (orientation: portrait) {
  .box, .box-noscroll, .box-round {
    width: 90%;
  }
}