/* 404.css */

.main {
  font-size: 80%;
  color: #808285;
}
.main {
  position: absolute;
  left: 53%;
  top: 50%;
  margin-left: -200px;
  margin-top: -90px;
  height: 180px;
  width: 400px;
}
.absent {
  font-weight: 900;
}
h2 {
  font-size: 200%;
  color: #808285;
}
a {
  color: black;
  text-decoration: underline;
}