@charset"UTF-8";
h1 {
  font-family: "Kokoro";
  text-align: center;
  font-size: 35px;
}
body {
  background-color: #a1e7ff;
  background-image: url(../imags_hire/0001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  }
