/*
 Theme Name: Page Theme
 Author: Adan Rubio
 Description: A minimal WordPress theme for basic page display with no header or footer.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: page-theme
*/
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}