.error-page { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-bottom: 100px; & > .error-code { font-size: 20rem; color: #63768d; margin: 0; } & > .error-subtitle { font-size: 2rem; color: #63768d; } & > .error-description { margin-top: 20px; font-size: 1.1rem; text-align: center; color: #554971; } & > .error-actions { margin-top: 20px; & > a { display: inline-flex; padding: 20px 30px; width: 300px; margin: 0 10px; align-items: center; justify-content: center; } & > .error-btn-1 { background: #63768d; color: white; border: 0; } & > .error-btn-2 { background: #ffffff; color: #63768d; border: 1px solid #63768d; } } }