#not-found-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

@media screen and (max-width: 768px) {
  #not-found-content img {
    padding-right: 10%;
    padding-left: 10%; } }

#not-found-content span {
  font-size: 16px;
  font-weight: 300;
  font-family: Roboto;
  line-height: 1.5;
  color: #494949;
  display: block;
  margin: 50px 0 16px 0; }

#not-found-content a {
  width: 144px;
  height: 44px;
  padding: 10px;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.6; }

#not-found-content a:hover {
  color: #ffffff; }

