/* Estilos para do-ob */
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.container {
    /*display: flex;
    justify-content: center;*/
    align-items: center;
    text-align: center;
    height: 100vh;
    width: 100vw;
}

img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
