/*
Theme Name: My Custom Theme
Theme URI: https://example.com
Author: Your Name
Description: Custom WordPress theme built from scratch
Version: 1.0
Text Domain: my-custom-theme
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
}
