@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

html {
  background: #fff;
  color: #111;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
}

.notice {
  box-sizing: border-box;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  text-align: center;
}

.logo {
  display: block;
  width: min(260px, 60vw);
  height: auto;
}

p {
  max-width: 680px;
  margin: 36px 0 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.45;
}

p span {
  display: block;
}
