@charset "UTF-8";


section {
    margin: 10vh 10vw;
    text-align: center;
    box-sizing: border-box;
}

section h1 {
    font-size: 4.5vw;
    letter-spacing: 0.08em;

}

section p {
    margin: 5vh 10vw;
    font-size: 1vw;
    line-height: 2;
}

.youtube {
    width: 100%;
    aspect-ratio: 16/9;
}

@media screen and (max-width:500px) {
    section p {
        line-height: 1.5;
        font-size: 3.5vw;
        margin: 5vh 5vw;
    }

    section {
        margin: 10vh 0;
    }

    section h1 {
        font-size: 6vw;
    }
}