/*
Theme Name: newyorkmovesre
Author: Seunghoon Simon Lee
Author URI: great-simonlee.github.io/LeeBrosTechBlog
Description: This is the main only for New York Moves Real Estate created by Simon Lee.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
License: -
License URI: -
Text Domain: newyorkmovesre

Bundled block pattern images:
Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
*/

@import "./css/style.css";

.main-page-banner{
  position: relative;
  display: grid;              /* ❤️ simplísimo */
  place-items: center;        /* centra vertical + horizontal */
  overflow: hidden;
}
