   body {
       background: linear-gradient(#00001C, #00000C);
       color: white;
       font-family: "Sacramento", "Pinyon Script", 'Damion', 'Petit Formal Script', "Times New Roman";
       overflow: hidden;
   }

   .content {
       position: relative;
   }

   .title {
       position: absolute;
       color: white;
       text-align: center;
       top: 50%;
       left: 50%;
       -ms-transform: translate(-50%, -50%);
       -webkit-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
       margin: 0;
       padding: 0;
   }

   .title a {
       /* 色と下線を無効化 */
       color: inherit;
       text-decoration: none;
   }

   .contentbox {
    background-color: rgba(255,255, 255, .3);
    color: #fff;
  }

  .profile__img {
    display: block;
    width: 160px;
    height: 160px;
    border-radius:50%;
    margin: 0 auto;
  }
