.error-container {
    text-align: center;
    color: #fff;
     padding: 30px;
  }
  .message {
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 800;
  }
    .home-link {
    font-size: 16px;
    color: #ff7171;
    padding: 10px 10px;
    text-decoration: none;
    font-weight: 600;
  }

#fof {
	text-align: center;
    padding: 180px 106px 12px;
}

#fof div {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
}

#fof canvas,
#fof img {
	position: relative;
	width: 960px;
	height: 480px;
	background: #121212;
    scale: 1.2;
}