body {
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  color: #676a6a;
}
a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  color: #272b2b;
}
a:hover {
  text-decoration: none;
  color: #272b2b;
}
a:focus {
  text-decoration: none;
}
button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #272b2b;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
.error-area {
  padding: 50px 0;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap h1 {
  font-size: 300px;
  line-height: 1;
  color: #272b2b;
}
.error-area .error-content-wrap h1 .a {
  -webkit-animation: bounce 3s infinite linear;
  animation: bounce 3s infinite linear;
  display: inline-block;
}
.error-area .error-content-wrap h1 .red {
  color: #ff0000;
  -webkit-animation: bounce 2s infinite linear;
  animation: bounce 2s infinite linear;
  display: inline-block;
}
.error-area .error-content-wrap h1 .b {
  -webkit-animation: bounce 3s infinite linear;
  animation: bounce 3s infinite linear;
  display: inline-block;
}
.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}
.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #272b2b;
}
.error-content-wrap h1{
	margin: 50px 0!important;
}
.default-btn.two {
  background-color: #272b2b;
  color: #ffffff;
}

.default-btn.two:hover {
  color: #272b2b;
  background-color: #ffffff;
}
.default-btn {
  font-size: 15px;
  color: #272b2b;
  padding: 15px 40px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 4px;
  font-weight: 700;
  border: 1px solid #272b2b;
  margin-bottom: -4px;
}
