/*
Theme Name: Minimal Red Theme
Theme URI: https://example.com
Author: Te
Author URI: https://example.com
Description: Minimal theme with red background, image, contact section, and hamburger menu.
Version: 1.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimal-red
*/

body {
  margin: 0;
  padding: 0;
  background-color: #ff6167;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
}
img {
  max-width: 100%;
  height: auto;
}
