body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* body header */
body header {
  width: 100%;
  background-color: #FFE100;
  height: 95px;
  position: relative;
  z-index: 1;
}
body header .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 15px;
}
body header .wrapper a {
  text-decoration: none;
}
body header .wrapper .rogo {
  width: 150px;
  margin-top: 10px;
}
body header .wrapper .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
body header .wrapper .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
body header .wrapper .sns p{
  font-size: 18px;
}
body header .wrapper .sns .rogo_top {
  width: 60px;
  height: auto;
  margin-left: 15px;
}
body header .wrapper .btn {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body header .wrapper .btn .application {
  width: auto;
  padding: 23px;
  color: #000;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 10px 10px 0 0;
  background-color: #FFE100;
  cursor: pointer;
  border: 4px, solid, #000;
}
body header .wrapper .btn .application img {
  width: auto;
  height: 35px;
}
body header .wrapper .btn .application .tub {
  display: none;
}
body header .wrapper .btn :hover {
  background-color: rgb(190, 190, 190);
  cursor: pointer;
}
body header .scroll-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  background-color: #777;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFE100;
  line-height: 50px;
  text-align: center;
}
body header .scroll-top:hover {
  cursor: pointer;
  background-color: #999;
}

/* body main first */
body main .first {
  background-color: #FFE100;
  position: relative;
}
body main .first .image_talk {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
body main .first .wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0 70px;
  z-index: 2;
}
body main .first .wrapper img {
  width: 100%;
  margin-bottom: 40px;
}
body main .first .wrapper .time {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

/* body main second */
body main .second {
  background: linear-gradient(120deg, #eb6161, #e28c36, #f4f43f, #81fe81, #9a9af5, #b47fdb, #bb67fc);
  position: relative;
  overflow: hidden;
}
body main .second .symble1 {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  -webkit-transform: translate(100%, -78%);
          transform: translate(100%, -78%);
  width: 330px;
}
body main .second .symble2 {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  -webkit-transform: translate(-205%, 42%);
          transform: translate(-205%, 42%);
  width: 300px;
}
body main .second .wrapper {
  background-color: #FFE100;
  margin: 50px auto;
  width: 80%;
  max-width: 1000px;
  text-align: center;
  border-radius: 70px;
  border: 3px solid #FFF;
}
body main .second .wrapper .rogo {
  margin-top: 25px;
  width: 150px;
}
body main .second .wrapper h2 {
  margin-top: 25px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
body main .second .wrapper h2 .turn {
  display: none;
}
body main .second .wrapper h4 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #FFE100));
  background: linear-gradient(transparent 70%, #FFE100 50%);
  display: inline-block;
}
body main .second .wrapper h4 .turn {
  display: none;
}
body main .second .wrapper .line {
  font-size: 23px;
  text-decoration-line: underline;
  margin-bottom: 30px;
  text-align: center;
}
body main .second .wrapper p {
  line-height: 2.1;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}
body main .second .wrapper p .session {
  font-size: 14px;
}
body main .second .wrapper .detail {
  margin-bottom: 60px;
  text-align: left;
  line-height: 2.1;
  letter-spacing: 0.5px;
}
body main .second .wrapper .btn_wrap {
  font-size: 20px;
  color: #fff;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  background-color: #E60012;
  text-align: center;
  border: solid 1px #000;
  border-bottom: solid 5px #000;
  letter-spacing: 0.1em;
}
body main .second .wrapper .btn_wrap .turn {
  display: none;
}
body main .second .wrapper .sanka {
  background-color: #00ade6;
  margin-bottom: 10px;
}
body main .second .wrapper a:hover {
  background-color: #FFE100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* body main orgnization-introduction */
body main .orgnization-introduction {
  background-color: #FFF;
}
body main .orgnization-introduction .wrap {
  width: 100%;
  margin: 0 auto;
}
body main .orgnization-introduction .wrap h2 {
  font-size: 40px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  letter-spacing: 0.1em;
}
body main .orgnization-introduction .wrap .wrapper {
  background-color: #FFE100;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  padding: 60px 70px;
  place-items: center;
}
body main .orgnization-introduction .wrap .wrapper .orgnization {
  background-color: #FFF;
  width: 350px;
  height: 600px;
  text-align: center;
}
body main .orgnization-introduction .wrap .wrapper .orgnization .logo {
  border: 2px solid #FFE100;
  width: 80%;
  height: 40%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .orgnization-introduction .wrap .wrapper .orgnization .logo img {
  width: 70%;
}
body main .orgnization-introduction .wrap .wrapper .orgnization .orgnization-name {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
body main .orgnization-introduction .wrap .wrapper .orgnization .orgnization-name h3 {
  font-size: 25px;
  background: linear-gradient(transparent 60%, #FFE100 60%);
}
body main .orgnization-introduction .wrap .wrapper .orgnization .orgnization-name .small {
  font-size: 20px;
}
body main .orgnization-introduction .wrap .wrapper .orgnization p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 1.5;
}
body main .orgnization-introduction .wrap .wrapper .orgnization .sns {
  width: 80%;
  height: 60px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .orgnization-introduction .wrap .wrapper .orgnization .sns img {
  height: 40px;
  margin: 0 20px;
}


/* body main program */
body main .program {
  background-color: #FFF;
}
body main .program .wrap {
  width: 100%;
  margin: 0 auto;
}
body main .program .wrap h2 {
  font-size: 40px;
  text-align: center;
  margin-top: 70px;
  letter-spacing: 0.1em;
}
body main .program .wrap .wrapper {
  background-color: #FFE100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 70px;
}
body main .program .wrap .wrapper .program-detail {
  /* background-color: #81fe81; */
  margin-top: 50px;
  margin-bottom: 150px;
}
body main .program .wrap .wrapper .program-detail .program-content {
  /* background-color: #EB6EA5; */

  
}
body main .program .wrap .wrapper .program-detail .program-content h3 {
  width: 400px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #FFF;
  font-size: 30px;
  margin-top: 70px;
  border: 2px solid #000;
  border-radius: 30px;
  box-shadow: -6px 8px 0 #000;
}
body main .program .wrap .wrapper .program-detail .program-content p {
  font-size: 25px;
  margin-top: 60px;
  margin-left: 40px;
}

/* body main forth */
body main .forth {
  background-color: #FFE100;
}
body main .forth .wrap {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
body main .forth .wrap h2 {
  font-size: 40px;
  text-align: center;
  padding-top: 70px;
  letter-spacing: 0.1em;
  margin-bottom: -30px;
}
body main .forth .wrap .wrapper {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
body main .forth .wrap .wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body main .forth .wrap .wrapper a img {
  width: 70%;
  height: auto;
  border: solid 1px rgb(176, 176, 176);
}

/* body main fifth */
body main .fifth {
  background-color: #FFF;
}
body main .fifth .wrap {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
body main .fifth .wrap h2 {
  font-size: 40px;
  text-align: center;
  padding-top: 70px;
  letter-spacing: 0.1em;
  margin-bottom: -30px;
}
body main .fifth .wrap .wrapper {
  padding: 70px 0;
}
body main .fifth .wrap .wrapper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 2em;
}
body main .fifth .wrap .wrapper .box img {
  width: 23%;
  height: auto;
}
body main .fifth .wrap .wrapper a {
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body main .fifth .wrap .wrapper a .btn {
  padding: 15px;
  font-size: 20px;
  text-align: center;
  background-color: #FFF;
  color: #000;
  font-weight: 100;
  width: auto;
  letter-spacing: 0.05em;
  width: 90%;
  border: 3px, solid, #000;
}
body main .fifth .wrap .wrapper a .btn br {
  display: none;
}
body main .fifth .wrap .wrapper a :hover {
  background-color: rgb(190, 190, 190);
  cursor: pointer;
}

/* body main sixth */
body main .sixth {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 5px;
}
body main .sixth .wrapper {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
body main .sixth .wrapper h3 {
  font-size: 28px;
  padding: 75px 0 20px;
  letter-spacing: 0.2em;
  text-align: center;
}
body main .sixth .wrapper p {
  font-size: 15px;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 65px;
}
body main .sixth .wrapper p .turn {
  display: none;
}

/* body main introduction */
body main .introduction {
  background-color: #FFF;
}
body main .introduction .wrapper {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
body main .introduction .wrapper h2 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
}
body main .introduction .wrapper .professor-box {
  margin-top: 100px;
}
body main .introduction .wrapper .professor-box .role-name h3 {
  margin-left: 65px;
  font-size: 30px;
}
body main .introduction .wrapper .professor-box .professor-profile{
  margin-top: 30px;
  display: flex;
}
body main .introduction .wrapper .professor-box .professor-profile .professor-img{
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
}
body main .introduction .wrapper .professor-box .professor-profile .professor-img img{
  height: auto;
  width: 70%;
}
body main .introduction .wrapper .professor-box .professor-profile .professor-career{
  width: 70%;
  background-color: #FFF;
}
body main .introduction .wrapper .professor-box .professor-profile .professor-career h4{
  font-size: 35px;
  border-bottom: 3px solid #FFE100;
  margin-bottom: 20px;
}
body main .introduction .wrapper .professor-box .professor-profile .professor-career h4 .name-eng{
  font-size: 25px;
}
body main .introduction .wrapper .professor-box .professor-profile .professor-career p{
  font-size: 22px;
  font-weight: 100;
  line-height: 1.6;
}
body main .introduction .wrapper .professor-box .message{
  margin-top: 50px;
  background-color: #FFF;
  border: 2px solid #000;
  border-radius: 20px;
}
body main .introduction .wrapper .professor-box .message .title{
  margin-left: 40px;
  margin-top: 30px;
}
body main .introduction .wrapper .professor-box .message .title h4{
  font-size: 30px;
}
body main .introduction .wrapper .professor-box .message .sentence{
  margin-top: 25px;
  margin-bottom: 40px;
}
body main .introduction .wrapper .professor-box .message .sentence p{
  text-align: center;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.6;
}

/* footer */
footer {
  margin-top: 40px;
  width: 100%;
  height: 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
footer small {
  font-size: 12px;
}


/* レスポンシブ対応 */
.sp {
  display: none;
}

/* スマホ・タブレット用のスタイル */
@media screen and (max-width: 768px) {
  .sp {
    display: inline;
  }
  /* body header */
  body header {
    height: 40px;
  }
  body header .wrapper {
    margin-left: 15px;
    padding-top: 10px;
  }
  body header .wrapper .rogo {
    height: 100%;
    width: auto;
    margin-top: 0;
  }
  body header .wrapper .sns p{
    font-size: 10px;
  }
  body header .wrapper .sns .rogo_top {
    width: 30px;
    height: auto;
    margin-left: 15px;
  }
  body header .wrapper .btn {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body header .wrapper .btn .application {
    width: auto;
    padding: 5px;
    color: #000;
    font-size: 8px;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    margin: 0 5px;
    background-color: #FFE100;
    cursor: pointer;
    border: 2px, solid, #000;
  }
  body header .wrapper .btn .application img {
    width: auto;
    height: 10px;
  }
  
  /* body main first */
  body main .first .wrapper {
    width: 90%;
    padding: 50px 0 30px;
  }

  /* body main second */
  body main .second .wrapper {
    background-color: #FFE100;
    margin: 30px auto;
    width: 90%;
    max-width: 1000px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #FFF;
  }
  body main .second .wrapper .rogo {
    margin-top: 25px;
    width: 90px;
  }
  body main .second .wrapper h2 {
    margin-top: 25px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  body main .second .wrapper p {
    line-height: 1.5;
    text-align: center;
    font-size: 13px;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
  }
  
  /* body main orgnization-introduction */
  body main .orgnization-introduction .wrap h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
    letter-spacing: 0.1em;
  }
  body main .orgnization-introduction .wrap .wrapper {
    background-color: #FFE100;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 10px;
    place-items: center;
  }
  body main .orgnization-introduction .wrap .wrapper .orgnization {
    background-color: #FFF;
    width: 170px;
    height: 350px;
    text-align: center;
  }
  body main .orgnization-introduction .wrap .wrapper .orgnization .logo {
    border: 2px solid #FFE100;
    width: 80%;
    height: 40%;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body main .orgnization-introduction .wrap .wrapper .orgnization .logo img {
    width: 70%;
  }
  body main .orgnization-introduction .wrap .wrapper .orgnization .orgnization-name {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  body main .orgnization-introduction .wrap .wrapper .orgnization .orgnization-name h3 {
    font-size: 12px;
    background: linear-gradient(transparent 60%, #FFE100 60%);
  }
  body main .orgnization-introduction .wrap .wrapper .orgnization .orgnization-name .small {
    font-size: 10px;
  }
  body main .orgnization-introduction .wrap .wrapper .orgnization p {
    font-size: 8px;
    margin-top: 20px;
    line-height: 1.5;
  }
  body main .orgnization-introduction .wrap .wrapper .orgnization .sns {
    width: 80%;
    height: 60px;
    margin: 5px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body main .orgnization-introduction .wrap .wrapper .orgnization .sns img {
    height: 20px;
    margin: 0 10px;
  }


  /* body main program */
  body main .program {
    background-color: #FFF;
  }
  body main .program .wrap {
    width: 100%;
    margin: 0 auto;
  }
  body main .program .wrap h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
    letter-spacing: 0.1em;
  }
  body main .program .wrap .wrapper {
    background-color: #FFE100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 30px;
  }
  body main .program .wrap .wrapper .program-detail {
    /* background-color: #81fe81; */
    margin-top: 20px;
    margin-bottom: 50px;
  }
  body main .program .wrap .wrapper .program-detail .program-content h3 {
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #FFF;
    font-size: 15px;
    margin-top: 35px;
    margin-left: 10px;
    border: 2px solid #000;
    border-radius: 30px;
    box-shadow: -6px 8px 0 #000;
  }
  body main .program .wrap .wrapper .program-detail .program-content p {
    font-size: 12px;
    margin-top: 30px;
    margin-left: 40px;
  }

  /* body main forth */
  body main .forth {
    background-color: #FFE100;
  }
  body main .forth .wrap {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
  }
  body main .forth .wrap h2 {
    font-size: 40px;
    text-align: center;
    padding-top: 70px;
    letter-spacing: 0.1em;
    margin-bottom: -30px;
  }
  body main .forth .wrap .wrapper {
    padding: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  body main .forth .wrap .wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body main .forth .wrap .wrapper a img {
    width: 70%;
    height: auto;
    border: solid 1px rgb(176, 176, 176);
  }

  /* body main fifth */
  body main .fifth {
    background-color: #FFF;
  }
  body main .fifth .wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
  body main .fifth .wrap h2 {
    font-size: 30px;
    text-align: center;
    padding-top: 40px;
    letter-spacing: 0.1em;
    margin-bottom: -30px;
  }
  body main .fifth .wrap .wrapper {
    padding: 70px 0;
  }
  body main .fifth .wrap .wrapper .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 2em;
  }
  body main .fifth .wrap .wrapper .box img {
    width: 23%;
    height: auto;
  }
  body main .fifth .wrap .wrapper a {
    width: 90%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body main .fifth .wrap .wrapper a .btn {
    margin: 0 5px;
    padding: 15px;
    font-size: 10px;
    text-align: center;
    background-color: #FFF;
    color: #000;
    font-weight: 100;
    width: auto;
    letter-spacing: 0.05em;
    width: 90%;
    border: 2px, solid, #000;
  }
  body main .fifth .wrap .wrapper a .btn br {
    display: none;
  }
  body main .fifth .wrap .wrapper a :hover {
    background-color: rgb(190, 190, 190);
    cursor: pointer;
  }

  /* body main sixth */
  body main .sixth {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 5px;
  }
  body main .sixth .wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
  body main .sixth .wrapper h3 {
    font-size: 20px;
    padding: 40px 0;
    letter-spacing: 0.2em;
    text-align: center;
  }
  body main .sixth .wrapper p {
    font-size: 8px;
    text-align: center;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 10px;
  }
  body main .sixth .wrapper p .turn {
    display: flex;
  }

  /* body main introduction */
  body main .introduction {
    background-color: #FFF;
  }
  body main .introduction .wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
  body main .introduction .wrapper h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  body main .introduction .wrapper .professor-box {
    margin-top: 30px;
  }
  body main .introduction .wrapper .professor-box .role-name h3 {
    margin-left: 10px;
    font-size: 15px;
  }
  body main .introduction .wrapper .professor-box .professor-profile{
    margin-top: 10px;
    display: flex;
  }
  body main .introduction .wrapper .professor-box .professor-profile .professor-img{
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center;
  }
  body main .introduction .wrapper .professor-box .professor-profile .professor-img img{
    height: auto;
    width: 70%;
  }
  body main .introduction .wrapper .professor-box .professor-profile .professor-career{
    width: 70%;
    background-color: #FFF;
  }
  body main .introduction .wrapper .professor-box .professor-profile .professor-career h4{
    font-size: 15px;
    border-bottom: 3px solid #FFE100;
    margin-bottom: 20px;
  }
  body main .introduction .wrapper .professor-box .professor-profile .professor-career h4 .name-eng{
    font-size: 10px;
  }
  body main .introduction .wrapper .professor-box .professor-profile .professor-career p{
    font-size: 9px;
    font-weight: 100;
    line-height: 1.6;
  }
  body main .introduction .wrapper .professor-box .message{
    margin-top: 10px;
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 10px;
  }
  body main .introduction .wrapper .professor-box .message .title{
    margin-left: 10px;
    margin-top: 10px;
  }
  body main .introduction .wrapper .professor-box .message .title h4{
    font-size: 10px;
  }
  body main .introduction .wrapper .professor-box .message .sentence{
    margin: 8px 0;
  }
  body main .introduction .wrapper .professor-box .message .sentence p{
    text-align: center;
    font-size: 9px;
    font-weight: 100;
    line-height: 1.6;
  }

  /* footer */
  footer {
    margin-top: 20px;
    width: 100%;
    height: 30px;
    background-color: #000;
    color: #fff;
    text-align: center;
  }
  footer small {
    font-size: 10px;
  }
}