:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  padding-top: 20vh;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  color: #3d3c40;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kosugi Maru, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #3d3c40;
  margin-bottom: 40px;
  font-family: Kosugi Maru, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block {
  margin-left: 5vw;
  margin-right: 5vw;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/chidoribackground.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.heading-2 {
  color: #3d3c40;
  text-align: center;
  margin-bottom: 60px;
  font-family: ABeeZee, sans-serif;
  font-weight: 400;
  display: block;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.text-block-6 {
  color: #3d3c40;
  font-family: ABeeZee, sans-serif;
}

.div-block-2 {
  text-align: center;
  margin-top: 40px;
  margin-left: 0;
}

.div-block-3 {
  object-fit: fill;
  justify-content: center;
  width: auto;
  height: auto;
  display: block;
}

.button {
  color: #3d3c40;
  text-align: center;
  background-color: #fcecee;
  flex: 0 auto;
  margin-left: 0%;
  margin-right: 5%;
  font-family: Kosugi Maru, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.button:hover {
  background-color: #eca2a8;
}

.button:active {
  background-color: #f5c7ca;
}

.button2 {
  color: #3d3c40;
  text-align: center;
  background-color: #fcecee;
  margin-left: 5%;
  font-family: ABeeZee, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.button2:hover {
  background-color: #eca2a8;
}

.button2:active {
  background-color: #f5c7ca;
}

.paragraph {
  text-align: center;
  flex: 0 auto;
  font-family: ABeeZee, sans-serif;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-attachment: scroll;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    text-align: center;
  }
}


