@charset "utf-8"; 

@import url("https://cdn.jsdelivr.net/gh/vsalvino/computer-modern@main/fonts/typewriter.css");

@page {
  size:  297mm 210mm;
  margin: 0;
}

@page scans {
	    margin: 0;
}

@font-face {
    font-family: "Computer";
    src: url(https://spratt.github.io/Computer-Modern/cmunsx.otf);
    }

@font-face {
    font-family: Director-Regular;
    src: url(https://chatty-pub-files.hackersanddesigners.nl/files/2/d2/T7cPNlPHYfJD7uGerSbUl2zH/Director-Regular.otf);
}


@font-face {
    font-family: Latitude;
    src: url(https://chatty-pub-files.hackersanddesigners.nl/files/2/f8/52Q5ce2-rtPtoRRQpZrwp0X_/Latitude-Regular.otf);
}



body {
    font-family: "Computer Modern Typewriter", monospace;
    margin: 0;
}

p {
    margin-left: 50%;
    padding-left: 15mm;
    margin-top: 5mm;
}

.dot1 {
    width: 3mm;
    height: 3mm;
    border: 1px solid black;
    border-radius: 1000px;
    position: absolute;
    left: calc(50% + 3mm);
    top: 10%;
    transform: (50%,50%);
}

.dot2 {
    width: 3mm;
    height: 3mm;
    border: 1px solid black;
    border-radius: 1000px;
    position: absolute;
    left: calc(50% + 3mm);
    top: 36%;
    transform: (50%,50%);
}
.dot3 {
    width: 3mm;
    height: 3mm;
    border: 1px solid black;
    border-radius: 1000px;
    position: absolute;
    left: calc(50% + 3mm);
    top: 62%;
    transform: (50%,50%);
}

.dot4 {
    width: 3mm;
    height: 3mm;
    border: 1px solid black;
    border-radius: 1000px;
    position: absolute;
    left: calc(50% + 3mm);
    top: 88%;
    transform: (50%,50%);
}


