heading {
  font-size: 50px;
}
body {
  color: #000;
  image-rendering: pixelated;
  background-repeat: no-repeat;
  font-family: Verdana;
  background-size: 100%;
  background-color: #FFF;
  
}
      @font-face {
       font-family: myFirstFont;
       src: url(Fonts/RobotoSlab-Bold.ttf);
      }
      @font-face {
       font-family: pressStart;
       src: url(Fonts/Ubuntu-Bold.ttf);
      }
	  @font-face {
       font-family: ubuntuRegular;
       src: url(Fonts/Ubuntu-Medium.ttf);
      }
      
  a {
        color: #000;
        text-decoration: underline;
        font-family: myFirstFont;
        
      }
      h1 {
        color: #000;
        -webkit-text-stroke-color:#000;
        font-family: pressStart;
        font-weight:900;
        font-size: 40px;
        
      }
      
      h2 {
        font-size: 30px;
        font-family: pressStart;
        border-width:4px 0 4px 0;
        border-style: solid;
        border-color: #000;
      }
    .aux-container {
        padding: 6px 0px;
        margin: 12px;
        border-width: 6px;
        border-style: solid;
        border-color: #000;
        border-radius: 6px;
        text-align: center;
		font-family: ubuntuRegular;
		font-size: 25px;
        }
      
      .box {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 10px; 
      }
      .border {
        position: relative;
        width: 90%;
        max-width: 1000px;
        border: 10px solid #000;
        margin: auto;
      }
      .topdiv {
        margin-top: 30px;
        height: 200px;
        align-items: center;
        justify-content: center;
        display:flex;
        margin: auto;
        background-color: #fff;
        border-style: solid;
        border-color:#000;
        border-width: 0 0 6px 0;
        position: relative;
      }

      .back {
        position:  absolute;
        top: 0;
        left: 0;
        border-style: solid;
        border-width: 0px 4px 4px 0px;
        border-color: #000;
        background-color: #eee;
        padding: 12px 12px;
        }


h3 {
  margin: 4px;
  border-width:2px 0 2px 0;
  border-style: solid;
  border-color: #000
}
h1 {
  margin: 4px;
}
p {
  margin: 4px;
}
h2 {
  margin: 4px;
}
li {
  margin: 4px;
}
ul {
  margin: 4px;
}