body {
    color: #353535;
    background: rgb(204, 204, 204);
}

page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}

h1 {
    color: #565656;
    text-align: center;
}

.inside {
    text-align: justify;
    margin-right: 30px;
    margin-left: 30px;
}

h2 {
    color: #565656;
}

hr {
    margin: 0 auto;
    margin-top: 40px;
    width: 70%;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgb(67, 67, 67), rgb(255, 0, 0), rgb(43, 43, 43));
}

p {
    font-family: "Times New Roman";
}

page[size="A4"] {
    width: 21cm;
    min-height: 100%;
}

page[size="A4"][layout="landscape"] {
    width: 29.7cm;
    height: 21cm;
}

page[size="A3"] {
    width: 29.7cm;
    height: 42cm;
}

page[size="A3"][layout="landscape"] {
    width: 42cm;
    height: 29.7cm;
}

page[size="A5"] {
    width: 14.8cm;
    height: 21cm;
}

page[size="A5"][layout="landscape"] {
    width: 21cm;
    height: 14.8cm;
}

@media print {
    body, page {
        margin: 0;
        box-shadow: 0;
    }
}
