@charset "UTF-8";
html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: "Roboto", "PingFang TC", "Helvetica Neue", Helvetica, "微軟正黑體", "新細明體", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background-color: #f6f7f9;
}

h1 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
}

.logo {
  margin-top: 60px;
  text-align: center;
}
.logo img{
  width: 250px;
}
.error {
  margin: 0 auto;
  margin-top: 60px;
  padding: 20px;
  max-width: 700px;
  text-align: center;
  color: #777;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,.1);
  box-shadow: 0px 0px 30px 10px rgba(0,0,0,.1);
}

.error img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.error p {
  margin-bottom: 20px;
  font-size: 20px;
}

.error a {
  color: #00a0e9;
}