body {
  font-family: sans-serif;
  background-color: black;
  color:white;
}

@font-face {
  font-family: pixel;
  src: url(./assets/rasterforge.ttf);
}


/*paragraph styling*/
.para{
    font-size: 1.1vw;
    font-family:"Courier New" , monospace;
    text-indent: 3vw;
    text-align: justify;
    max-width: 100%;
}
/*titles and stuff like that*/
.bold{
    font-size: 2.5vw;
    font-family: pixel, "Courier New" , monospace;
    text-align: center;
}
.title{
    font-size: 3vw;
    font-family: pixel, "Courier New" , monospace;
    text-align: center;
}
.pdf{
  width: 48%;
  aspect-ratio: 4 / 3;
  float: left;
}
.float{
  float: left;
  padding: 10px;
  margin-right: 50%;
  display: grid;
  place-content: left;
  max-width: 50%;
}
.float2{
  float: right;
  padding: 10px;
  text-align: left;
  max-width: 45%;
  position:absolute;
  right: 1%;
  top: 95%;
}
.video{
  min-height: 25vw;
}
#final{
  position:absolute;
  right: 20%;
  top: 90%;
}
#website{
  max-width: 70%;
  float: right;
  margin-right: 2%;

}
#snappdf{
  top: 25%;
  position: absolute;
  right: 1%;
}