@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2fdff;
  text-align: center;
  font-family: "Pretendard";
}

body main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

body main .logo {
  max-width: 245px;
  width: 100%;
}

body main h1 {
  margin-top: 49px;
  font-weight: 700;
  font-size: 40px;
  line-height: 47.73px;
}

body main .maintenance-img {
  max-width: 575px;
  width: 100%;
  margin-top: 81px;
}

body main p {
  margin-top: 62px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  max-width: 925px;
  width: 100%;
}

body main h2 {
  margin-top: 48px;
  font-weight: 700;
  font-size: 40px;
  line-height: 47.73px;
}

body main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: clamp(0.9375rem, 0.3657rem + 2.1277vw, 1.5625rem);
  margin-top: 29px;
}

body main ul li a {
  display: block;
  width: clamp(2.1875rem, 1.9016rem + 1.0638vw, 2.5rem);
  height: clamp(2.1875rem, 1.9016rem + 1.0638vw, 2.5rem);
  background-color: #090f49;
  border-radius: 100%;
  overflow: hidden;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
