﻿.error-container h1 {
    font-size: 120px;
    line-height: 1em;
    margin-bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    text-rendering: optimizelegibility;
}


.error-container {
    margin-bottom: 4em;
    margin-top: 4em;
    text-align: center;
}

.error-actions {
    text-align: center;
}


  @media (max-width: 480px) 
  {
     .error-container h1 {
         font-size: 60px;
         line-height: 1em;
         margin-bottom: 0.5em;
     }
     
     
  }