#home{
    font-family: "Nanum Pen Script", cursive;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#home p {
    width: 700px;
    font-size: 20px;
    padding: 70px;
}

@media (max-width: 1000px){
    #home p{
        font-size: 16px;
    }
}