/*
Theme Name: Deed Security - For Sale
Description: Simple domain for sale landing page
Version: 1.0
Author: Deed Security
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  padding: 40px 20px;
}

.container {
  max-width: 700px;
}

h1 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 48px;
}

h1 span {
  display: block;
  font-size: 3rem;
  margin-top: 12px;
}

.contact-img {
  max-width: 100%;
  height: auto;
}
