@font-face {
font-family: "Futura PT Medium";
src: url('FuturaPTMedium.otf');
}


body {
    font-family: "Futura PT Medium";
    display: flex;
    justify-content: center;
    align-items: center;

 
}



.container {
    width: 28cm; /* A4 width */
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff; /* Optional: Set your desired background color */
    text-align: justify;
}

h1 {
     text-align: center;
      display: block;
}

block {
    text-align: center;
      display: block;
}