#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
  min-width: 100%;
  min-height: 100%;
}

.screen_center {
  background-color: #000;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  height: 450px;
  padding: 15px;
  opacity: 0.8;
}

.screen_center_a {
  background-color: #000;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  height: 100%
  padding: 15px;
}

.text404{
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.te_food_logo{
  margin-bottom: 20px;
}

.btn {
  border: 2px solid black;
  background-color: transparent;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

.default {
  border-color: white;
  color: white;
}

.default:hover {
  background: transparent;
}