* { margin: 0; padding: 0; box-sizing: border-box; } html, body { height: 100%; } body { display: flex; justify-content: center; align-items: center; background: #fff; font-family: 'Lato', sans-serif; text-align: center; padding: 20px; } .container { display: flex; flex-direction: column; align-items: center; } .logo { width: 400px; max-width: 80vw; height: auto; } .text { margin-top: 20px; color: navy; font-size: 0.9rem; font-weight: 300; max-width: 500px; } @media (max-width: 768px) { .logo { width: 250px; } .text { font-size: 0.8rem; margin-top: 15px; } }
contactus@jhatka.co