  /* 作成中 */

/* ヘッダー */
  /* ロゴの部分 */
  .header{
    margin-top: 0rem;
    margin-bottom: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,254,253);
  }
  .header a:link{
    text-decoration: none;
  }
  .header a:visited{
    text-decoration: none;
  }
  .header a:hover{
    text-decoration: underline;
  }
  .header a:active{
    text-decoration: underline;
  }
  .header h1{
    font-size: 40px;
    color: black;
  }

/* 背景写真 */
  .UCbackground{
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #008cd2;
    background-size: cover;
    background-position: center;
    color: #f9f9f9;
    text-align: center;
  }