body {
    background: #ebebeb;
    font-family: "微軟正黑體", "Arial Black", Gadget, sans-serif;
    margin: 0;
}
body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    padding: 0;
    margin: 0;
}
#wrapper {
    background: url(../images/error_bg.png) no-repeat center;
    width: 100%;
    height: 810px;
}
.text {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #232323;
    padding-top: 4em;
}
.text h1 {
    font-size: inherit;
    font-weight: bold;
}
.btn_gohome {
    text-align: center;
    padding-top: 3em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.btn_gohome a {
    margin:  5px;
    background: #ff9d21;
    color: #FFF;
    border: none;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: bold;
    font-family: "微軟正黑體", "Arial Black", Gadget, sans-serif;
    padding: 0.5em 2em;
}
.btn_gohome a:hover {
    background: #ce5506;
}


@media (max-width:990px) {
   
  .text,.btn_gohome{
    padding: 1em 15px;
    background: #fff;
  }
  .text{
    padding-top: 3em;
}
  #wrapper{
    
    background-position: center bottom;
    background-size: 300%;
    height: auto;
    padding-bottom: 80%;
  }
  
}

@media (max-width:576px) {
    .btn_gohome a{
        width: 100%;
    }
   
  }