/* Define estilo para toda a página */
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.container {
    text-align: center;
    margin: 2rem;
}

.container img {
    max-width: 70%;
    max-height: 100%;
    object-fit: contain;
}

.container a {
    font-size: 22px;
    color: #1d1e24;
    text-decoration: none;
}

.container a {
    font-size: 1.2rem;
    color: #1d1e24;
    text-decoration: none;
}