section.not-found {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px; }
  section.not-found img {
    width: 318px;
    height: 168px;
    margin-top: 50px; }
  section.not-found p {
    height: 80px;
    line-height: 80px;
    font-size: 21px;
    display: block;
    margin-top: 50px; }
  section.not-found a {
    text-decoration: none;
    color: white;
    width: 170px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #00d563;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 210px;
    display: inline-block; }
    section.not-found a:hover {
      background-color: #0ab359; }
