@font-face {
    font-family: 'Stencil';
    src: url('assets/fonts/Stencil%20Std%20Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.page {
    width: 100vax;
    height: auto;
    aspect-ratio: 1 / 1.3;
    margin: auto;
    display: flex;
    flex-direction: column;
}

body {
    margin: 0;
}

h1 {
    font-family: 'Stencil', sans-serif;
    text-align: center;
    margin: 20px 0 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000000;
    white-space: nowrap;
    font-size: 6vmax;
}

.male07 {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    width: 30vmax;
    height: auto;
    display: block;
    margin: 10px auto 0;
    filter: contrast(250%) grayscale(100%);
}

.description {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;

    width: fit-content;
    margin-left: auto;
    margin-right: auto;

    color: #000000;
    white-space: nowrap;
    letter-spacing: -1px;

    font-size: 2cqw;
    font-weight: 600;
}

.thismale07 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 20px 0 0;
    color: #000000;
    white-space: nowrap;
    font-size: clamp(14px, 2cqw, 28px);
    font-weight: bold;
}

.credits {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #a7a7a7;
    white-space: nowrap;
    font-size: clamp(9px, 1cqw, 14px);
}

.credits a {
    color: inherit;
}