@font-face {
    font-family: "CarlitoBold";
    src:  url('/assets/Carlito-Bold.woff2') format('woff2');    
}

@page {
    size: A4 landscape;
    margin: 0;
}
    
@media print {
    width: 297mm;
    height: 210mm;
}

html {
    background-color: blue;
    width: 297mm;
    height: 210mm;
}

.outer {
}

body {
    width: 297mm;
    height: 210mm;
    margin: 0;
}

.frame-container {
    width: 297mm;
    height: 210mm;
    padding: 0mm;
    margin: 0mm;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.frame {
    text-align: center;
    width: 269mm;
    height: 182mm;
    margin: 12mm;
    border: 1mm solid black;
}

.main {
    font-family: 'FreeMono';
    font-weight: bold;
    font-size: 70pt; 
}

.header {
    font-family: 'FreeMono';
    font-size: 16pt;
    
}

.logo {
    height: 6cm;
    top: 13.45cm;
    left: 23.3cm;
}

.ehtext {
    top: 15.95cm;
    left: 12cm;
    width: 13cm;
    font-family: 'FreeMono';
    font-size: 32pt;
    font-weight: bold;
}

.absolute {
    position: absolute;
}
