.error404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffc10e;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 600px;
  padding: 40px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-73 {
  max-width: 200px;
}

.text-block-40 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 13px;
}

.div-block-96 {
  width: 100%;
  max-width: 300px;
  margin-top: 15px;
  padding: 5px;
}

.button-3 {
  width: 100%;
  height: auto;
  max-width: 400px;
  min-height: 45px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: #20387f;
  border-radius: 60px;
  background-color: #243d88;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.button-3.naktahu {
  margin-bottom: 10px;
}

.error1 {
  max-width: 200px;
  margin-top: 25px;
}

.text-block-41 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.text-block-42 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 26px;
}

.error2 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.error3 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

@media (max-width: 479px) {
  .div-block-96 {
    max-width: 350px;
  }
  .button-3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 14px;
  }
  .error3 {
    font-size: 14px;
  }
}