@charset "utf-8";

h1 {
    /*線の種類（二重線）太さ 色*/
    border-bottom: double 5px #FFC778;
    /* 水平方向の中央揃え */
    text-align: center;
  }

img {
    width: 100%;
    height: auto;
}

.btn {
  width: 70px;
  height: 20px;
  text-align: center;
  padding: 5px 10px;
  background-color: rgb(228, 224, 137);
  display: block;
  text-decoration: none;
  color: black;
  box-shadow: 2px 2px gray;
  display: inline-block;
  width: 100px;
}

.inline-block-elem {
  display: inline-block;
  width: 140px;
}