

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  
}



h1 {
  font-size: 3em;
}


  


h1 {
  font-size: 3em;
}
.background {
height: 200px;
margin-top: 200px;

}
.background p {
  font-size: 1em;
  margin-top: 10px;
  width: 70%;
}



  /* ... Your existing styles ... */

  .Easy {
    text-align: center; /* Center-align the text */
    margin-top: 100px; /* Adjust the margin as needed */
  }

  .Easy h1, .Easy h2 {
    display: inline; /* Make both titles appear in the same line */
    margin: 0;
  }

  .Easy h1 {
    font-size: 34px; /* Adjust the font size for the first title */
    font-weight: bold;
    color: rgb(0, 0, 0); /* Adjust the color for the first title */
    font-weight: 100;
  }



  .hollow {
            font-family: 'Your Hollow Font', sans-serif;
            color: transparent;
            -webkit-text-stroke: 2px rgb(255, 0, 0);
        }


  /* ... Your existing styles ... */

  /* Warranty Section Styles */
.Warranty- {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;

  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.Warranty- h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #003366;
  text-align: center;
  font-weight: bold;
  border-bottom: 3px solid #0066cc;
  display: inline-block;
  padding-bottom: 5px;
}

.Warranty- p {
  margin-bottom: 20px;
  font-size: 1rem;
}

.Warranty- h3 {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #444;
  border-left: 4px solid #0066cc;
  padding-left: 10px;
}

.bullets ul {
  list-style-type: disc;
  margin-left: 20px;
}

.bullets li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Bullet Customization */
.bullets li::marker {
  color: #0066cc;
}

/* Responsive Design */
@media (max-width: 768px) {
  .Warranty- {
    padding: 15px;
  }

  .Warranty- h1 {
    font-size: 1.8rem;
  }

  .Warranty- p, 
  .bullets li {
    font-size: 0.9rem;
  }
}

