.app-container { text-align: center; padding-top: 20vh; box-sizing: border-box; } .error-img { max-width: 100vw !important; height: auto; } .error-text { font-size: 30px; margin-top: 20px; color: #9c9c9c; } .countdown { margin-top: 20px; color: #9c9c9c; } @media (max-width: 768px) { .error-text { font-size: 20px; } }