* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}
.container{max-width:1600px;margin:0 auto;}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

    #notfound .notfound300 {
        position: absolute;
        left: 50%;
        top: 25%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
.notfound, .notfound300 {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding: 15px;
}
.notfound300 {
line-height:normal;}
    .notfound .notfound-404, .notfound300 .notfound-300 {
        position: relative;
        height: 220px;
    }

.notfound .notfound-404 h1 {
  font-family: Arial, sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 186px;
  font-weight: 200;
  margin: 0px;
  background: #00538b;
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}

    .notfound300 .notfound-300 h1 {
        font-family: Arial, sans-serif;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 100px;
        font-weight: 200;
        margin: 0px;
        background: #00538b;
        color: #00538b;
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: uppercase;
    }


@media only screen and (max-width: 1260px) {
    .notfound .notfound-404 h1,
    .notfound300 .notfound-300 h1{
        font-size: 85px;
    }
}
@media only screen and (max-width:600px) {
    .notfound .notfound-404 h1,
    .notfound300 .notfound-300 h1{
        font-size: 45px;
    }

}

.notfound h2,
.notfound300 h2{
    font-family: Arial, sans-serif;
    font-size: 33px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px;
    letter-spacing: 3px;
}


.notfound p, .notfound300 p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 25px;
}


.notfound a, .notfound300  a {
    font-family: Arial, sans-serif;
    color: #ff6f68;
    font-weight: 200;
    text-decoration: none;
    border-bottom: 1px dashed #ff6f68;
    border-radius: 2px;
}

    @media only screen and (max-width: 480px) {
        .notfound .notfound-404 {
            position: relative;
            height: 168px;
        }


        .notfound h2 {
            font-size: 22px;
        }
    }
