body {
font-size: 7vw;
}
h1 {
font-size:12vw;
}
h2 {
font-size:10vw;
} 
h3 {
font-size:9vw;
}
footer {
margin-top:50px;
}



/* for PC */
@media screen and (min-width: 1000px) {

body {
font-size: 120%;
}
h1 {
font-size:250%;
}
h2 {
font-size:180%;
} 
h3 {
font-size:150%;
}
}