.error {
  text-align: center;
  font-size: 300px;
  color: red;
  font-family: 'Roboto', sans-serif;
}

p {
  font-family: 'Roboto', sans-serif;
  position: fixed;
  bottom: -8px;
  margin-left: 10px;
} 

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  
}

