.wrapper.main-content.not-found{
    height: 350px;
}

.wrapper.main-content.not-found h2{
    color: #57c24e;
    margin-bottom: 15px;
}

.wrapper.main-content.not-found a{
    color: #57c24e;
    text-decoration: none;
}
.wrapper.main-content.not-found a:hover{
    color: #88D94C;
    cursor: pointer;
}