body {
  background-image: url("/home/404/404.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh;
  margin: 0px;
}
.body{
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: rgba(243,115,66,0.7);
}
#logo404{
  width: 280px;
  margin: 10px;
}
.bar{
  margin:0px auto;
  text-align:center;
  border-bottom: 2px solid white;
}
#title404{
  padding: 20px;
  color: white;
  margin-top: 20vh;
  text-align: center;
}
.ops{
  font-size: 60px;
}
.fourofour{
  line-height: 180px;
  font-size: 100px;
}
.thepage{
  /*padding: 20px;*/
  font-size: 22px;
  /*margin: 5px;*/
}
.goback{
  background-color: #F37342;
  border-radius: 20px;
  padding:10px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  color: white;

}
.goback:hover #goback{
text-decoration: underline;  
}
#goback{
text-decoration: none;  
}