@import url('./reset.css');
@import url('./main.css');

body {
  background-color: #f3f4f9;
}

.welcome {
  height: 100vh;
  background-image: url('../media/disasterRe\ \(1\).png');
  background-size: cover;
  overflow: hidden;
}

.content p:nth-of-type(1) {
  font-weight: 700;
  font-size: var(--font-medium);
  color: var(--sec-color);
}
.content p:nth-of-type(2) {
  font-weight: 700;
  font-size: var(--font-h1);
  color: var(--text-color);
}
.content p:nth-of-type(2) span {
  font-weight: 700;
  font-size: var(--font-h1);
  color: var(--sec-color);
}
.content p:nth-of-type(3) {
  font-size: var(--font-h4);
  font-weight: 400;
  color: var(--text-color);
}
.content p:nth-of-type(3) span {
  font-size: inherit;
  color: var(--sec-color);
}
.content a {
  margin-top: 64px;
}

.text-center p:nth-of-type(1) {
  font-size: var(--font-h4);
  font-weight: 700;
}

.text-center p:nth-of-type(1) span {
  font-size: inherit;
  background-image: url('../media/vector_circle.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.contt {
  padding: calc(100rem / 16) 0;
}

.contt p:nth-of-type(1) {
  font-weight: 600;
  font-size: var(--font-medium);
}
