body {
width: 95% ;
height: 100% ;
font-family: Garamond ;
}
@media all and (max-device-width: 599px) {
#content {
font-size: 4vw ;
white-space: nowrap ;
}
#titlewrap {
font-size: 4vw;
}
}
@media all and (min-device-width: 600px) {
#content {
font-size: 3vw ;
white-space: nowrap ;
}
#titlewrap {
font-size: 3vw;
}
}