
/*
Theme Name: D'Alessio White Theme
Theme URI: http://www.dalessio.agency
Author: Richard D’Alessio
Author URI: http://www.dalessio.me
Description: A clean, white-background WordPress theme for the D'Alessio Agency campaign.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dalessio-white-theme
*/

body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #ffffff;
  color: #111;
}

h1 {
  font-size: 2.5rem;
  color: #111;
}

.container {
  max-width: 800px;
  margin: auto;
  padding: 2rem;
  text-align: center;
}

.logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
