@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;

    position: relative;
  overflow-x: hidden;
  width: 100%;
}


main {
  margin: 3rem 9rem;
  /*font-family: 'Inter', 'Noto Sans JP', sans-serif;*/
  /*background: #4d4852;*/
  color: grey;

}

.intro {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro img {
  width: 500px;
  height: auto;
}

