@charset "utf-8";

* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*整體設定*/

body {
   margin: 0;
   padding: 0;
   font-size: 17px;
   background: url(https://www.walei.tw/edu/mood/images/train_all_bg.jpg) top center;
   background-size: 300px;
   font-family: Helvetica, Arial, sans-serif;
   line-height: 1.8;
   letter-spacing: 0.5px;
}

.container {
   width: 94%;
   max-width: 1000px;
   margin: 20px auto;
   box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
   border-radius: 20px;
   background: #ffc284;
   padding: 30px 0;
}

.header {
   background: url(images/train_header_n1.png);
   background-size: cover;
   width: 100%;
   height: 0;
   padding-bottom: 42%;
}

.content {
   background: #ffffff;
   border-radius: 10px;
   margin: 10px;
   padding: 1px 0 15px 0;
}

.block {
   text-align: justify;
   padding: 0 15px;
}

.center_block {
   text-align: center;
}

a.link {
   display: inline-block;
   background: #ff656b;
   color: #fdfcf5;
   font-size: 21px;
   text-decoration: none;
   text-align: center;
   font-weight: bold;
   border-radius: 10px;
   border-bottom: 4px solid rgba(0, 0, 0, 0.2);
   padding: 2px 20px;
   margin: 5px 0;
}

a.link:hover {
   background: #ff8400;
}

.title {
   color: #ffffff;
   font-size: 1.5em;
   font-weight: 500;
   display: inline-block;
   background: #ff8400;
   padding: 5px 40px;
   border-radius: 30px;
}

@media screen and (max-width: 576px) {
   .block {
      text-align: justify;
   }

   .center_block {
      text-align: center;
   }

   .title {
      font-size: 23px;
      padding: 5px 20px;
   }
}