@charset "UTF-8";

/* Colors */
:root {
  --accent: #767676;
  --bg: #d2e6ec;
  --txt: #212222;
  --theme: #B8B9B3;
}

/*  1rem = 100px */
:root {
  font-size: 100px;
}

body {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  background-color: var(--bg);
  color: var(--accent);
  font-size: 0.14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 680px){
  body {
    font-size: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.body-container {
  max-width: 1200px;
}
.header img{
  width: 170px;
}
.cloud-container {
  display: flex;
flex-direction: column;
}
.cloud1 {
  text-align: left;
}
.cloud2 {
  text-align: right;
}

.title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Igyousyu img {
  width:282px;
}
.crosstalk img{
  width: 343px;
}

.YesNo-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.Yes  img{
  width: 88px;
  border-radius: 10%; 
}
.about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-container img{
  width: 380px;
  padding: 15px;
  border-radius: 15%;
}

.qr-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}
.qr-container img{
  width: 180px;
}
.bye-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}
.bye-container img{
  width: 180px;
}
.footer-container {
  display: flex;
  justify-content: center;
}