* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
}

img {
    object-fit: scale-down;
}

.page {
    display: grid;
    grid-template-columns: 95mm 95mm 95mm;
    border-bottom: 1px solid #cccccc;
}

.blank {

    padding: 5mm;
    display: grid;
    grid-template-columns: 11mm 58mm 5mm 5mm;
    column-gap: 2mm;
    grid-template-rows: 1fr 7mm;
    border-bottom: 2.5px solid #000000;
    border-right: 2.5px solid #000000;
    border-collapse: collapse;
    height: 50mm;

position: relative;
}

.number {
    font-size: 8mm;
    margin-top: -2mm;
}

.team {
    text-transform: uppercase;
    font-size: 4.5mm;
    line-height: 1;
}

.team-number {
    font-size: 3mm;
    text-align: end;
}


.logo {
    grid-area: 2 / 1 / 2 / 5;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo2 {
	opacity:0.08;
    max-width: 100%;
    height: 100%;
	position: absolute; top:10%;
}

#show {
    width: 4rem;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    padding: .8rem;
    border-radius: 50%;
}


@media print {
    .blank {
        border-right: 1px dashed #eeeeee;
        border-bottom: 1px dashed #eeeeee;
    }

    .page {
        page-break-after: always;
        border: 1px solid white;
    }

    .pico {
        display: none;
    }

    body {
        font-size: 18pt;
    }
}
