﻿body
{
  font-size: 100%;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 90%;
  }
}