.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

body {
  margin: 0px;
  font-family: "Helvetica", "Hiragino Sans", sans-serif;
}

header {
  position: sticky;
  z-index: 10;
  top: 0;
  padding: 4px;
  background-color: black;
  color: white;
  font-size: 24px;
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
}

header {
  color: white;
  width: 100%;
}

header > a {
  color: white;
  text-decoration: none;
}

header > img {
  width : 72px;
  height: 72px;
}

main {
  padding: 4px;
  text-align: center;
}

h1, h2, h3, h4 {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #eee;
  margin: 120px 4px 60px;
}

.has-been-launched > img {
  width: 160px;
  height: 160px;
}

.has-been-launched > p {
  font-size: 40px;
}

.has-been-launched-description > p {
  font-size: 24px;
}

main > p > a {
  color: darkgray;
  text-decoration: none;
}

footer {
  width: 100%;
  position: relative;
  height: 400px;
  bottom: 0;
  background-color: black;
  color: white;
  padding: 4px;
  font-size: 16px;
}

footer > p > a {
  padding: 4px;
}

footer > p > a {
  position: relative;
  color: lightgray;
}

.copyright {
  position: absolute;
  bottom: 0;
  width: 100vw;
  align: center;
  text-align: center;
}

.wrapper-privacy {
  padding: 8px;
}

.wrapper-privacy > p, ol, ul{
  text-align: left;
}

.wrapper-commerce{
  align: center;
}

.wrapper-commerce > table{
  display: inline-block;
  text-align: left;
}

.wrapper-chatting {
  position: sticky;
  z-index: 1;
  display: grid;
  gap: 1em 0;
  padding: 25px 15px;
  width: 80%;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0 15px;
}

.wrapper-chatting > img {
    width: 80px;
    height: auto;
    border-radius: 50%;
    border: 2px solid black;
}

.wrapper-chatting > p {
    display: inline-block;
    position: relative;
    max-width: 80%;
    margin: 0;
    padding: .4em .8em;
    border-radius: 20px;
    color: #333;
    font-size: .9em;
}

.wrapper-chatting > p.left {
    background-color: #eee;
}

.wrapper-chatting > p.right {
    background-color: #eee;
}

.wrapper-chatting > p::before {
    position: absolute;
    top: -15px;
    width: 20px;
    height: 30px;
    content: '';
}

.wrapper-chatting > p.left::before {
    left: -10px;
    border-radius: 0 0 0 15px;
    box-shadow: -3px -15px 0 -7px #eee inset;
}

.wrapper-chatting > p.right::before {
    right: -10px;
    border-radius: 0 0 15px 0;
    box-shadow: 3px -15px 0 -7px #eee inset;
}
