.title_404{
    font-size:120px;
    color:#fe6323;
    font-weight:bold;
    letter-spacing: 20px;
    margin-bottom:50px;
    text-shadow: 2px 1px 1px #333
}
.subtitle_404{
    font-size:30px;
    color:#242424;
    margin-top:30px;
    margin-bottom:0px;
}
.subtitle_404_2{
    margin-top:5px;
    font-size:15px;
    color:#242424;
}
#btn-home{
    margin-top:50px;
}
.main-container.page-not-found{
    padding-bottom:80px;
    padding-top: 50px;
    margin-top: 0px;
}

.main-container.page-not-found .main {
  min-height: 300px;
}