
#view404{
    background-color:#2C266E;
    padding-top: 100px;
}

#view404 .text404{
    color:white;
    font-size:15px;
    position:center;
}

#view404 .bg-infinite{

    background-image: url('../images/icon-infinite-rotated.png');
    background-position: 43% top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#view404 .text404 h1{

    font-size: 42px;

}

#view404 .text404 h2{

    font-size:28px;

}

#view404 a{
  color:#60BA61;
  text-decoration:underline;
}

