/* -- Estilo de marquito.online -- */

body { background-color: rgb(36, 36, 36);}

.flex-container { height: 100vh; display: flex; justify-content: flex-end; align-items: flex-end; }
.flex-item { flex-wrap: wrap; flex-shrink:1; padding: 100px;}
.flex-item img { max-width: 250px; }

p { color: white; font-family: 'Comfortaa', cursive;
    }
    .thanks { font-size: 1.75em; font-weight: 500;}
    .beBack { font-size: 1.2em; font-weight: 300;}
    .meanTime { font-size: 1em; font-weight: 300;}

