@charset "UTF-8";

html {
  font-family: serif;
}
body {
  width: 100%;
  height: 100%;
}

.preparation {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: url(../images/preparation-back-img1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.preparation p {
    width: 100%;
    height: fit-content;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    color: #333;
    line-height: 1.7;
}
.preparation p span {
    display: block;
    width: 100%;
    font-size: 24px;
}