/*
  404 v 1.1;
  05/2023;
  João Diogo Pereira;
*/
 
.notfound .notfound-404 h1 {  
  font-family: 'Barlow', sans-serif;  
  font-size: 100px;  
  font-weight: 400;  
  margin-bottom: 0;  
  color: var(--white);  
  text-transform: uppercase;  
  text-align: center; 
}

.notfound .notfound-404 h2 {  
  font-family: 'Barlow', sans-serif;  
  font-size: 24px;  
  font-weight: 400;  
  text-transform: uppercase;  
  color: var(--white);  
  background-color: var(--black);  
  padding: 8px 16px;
  margin: auto;  
  margin-bottom: 1.5rem; 
  display: inline-block;  
}

@media only screen and (max-width: 767px){
  .notfound .notfound-404 h1 {  
    font-size: 75px;  
  }

  .notfound .notfound-404 h2 {  
    font-size: 18px;  
  }
}