/*!
Theme Name: Gimoti-Survey
Theme URI: https://example.com/
Author: Gimoti
Theme URI: https://example.com/
Description: Description
Version: 1.0.0
Tested up to: 6.8.3
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gimoti-survey
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html, body {
  width: 100%;
  height: 100dvh;
  margin: 0;
  padding: 0;
}

body {
  font-family: monospace;
  margin: 0;
  padding: 0;
  background: #FDF5DF;
  overflow-y: scroll; /* Show vertical scrollbar */
}
