html {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
}

body {
  width: 100%;
  margin: 0;
  background-color: white;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 48px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  background: radial-gradient(65.13% 206.25% at 76.72% 10.47%, #0073E6 0%, #0A1ACC 100%);
}

.header-logo p {
  color: white;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

.content {
  display: flex;
  justify-content: center;
}

.wrapper {
  padding: 128px 0 24px 0;
}

.message h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 32px 0 8px 0;
}

.message p {
  font-size: 20px;
  margin: 0;
}