/*
==================
Error Page Styles
==================
*/
/*
============================
Bootstrap Override Variables
============================
*/
/*Main Colors*/
/*Fonts*/
/*Styles*/
.error-wrapper h1 {
  font-size: 7rem;
  color: #7fbfc8;
}
.error-wrapper p {
  font-size: 2rem;
  color: #B4B4B4;
  font-family: "poppinsextralight", serif;
}
