body {
    background-color: whitesmoke;
    color: black;
    padding-bottom: 50px;
    margin-top: 70px;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    padding: 15px 20px;
    font-size: 18px;
    z-index: 1000;
    /* fica por cima do conteúdo */
    display: flex;
    justify-content: space-around;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 5px 0;
    font-size: 10px;
}

.a4-page {
    width: 210mm;
    height: 296mm;
    position: relative;
    background-size: cover;
    background-position: center;
    page-break-inside: avoid;
    margin: 0;
    background-image: url('./assets/papel/small.png');
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.a4-page p {
    text-align: center;
    margin: 0;
    padding: 0;
}

#name1,
#name2 {
    font-size: 70px;
    font-weight: bold;
    margin: 3px 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 100%;
}

#position1,
#position2 {
    font-size: 40px;
    padding: 0;
    line-height: 100%;
}

#organ1,
#organ2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin: 5px 0;
}