/* RESET */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

/* GLOBAL */
body {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #111;
background: #fff;
padding: 0 20px;
}

h1, h2, h3 {
margin-bottom: 10px;
}

p {
margin-bottom: 15px;
}

/* HERO */
.hero {
text-align: center;
padding: 100px 20px;
}

.hero h1 {
font-size: 2.5rem;
}

.hero p {
font-size: 1.2rem;
color: #555;
}

.btn {
display: inline-block;
margin-top: 20px;
padding: 12px 24px;
background: #111;
color: #fff;
text-decoration: none;
}

/* SECTIONS */
section {
padding: 60px 0;
max-width: 900px;
margin: auto;
}

/* SERVICES */
.services .service {
margin-bottom: 20px;
}

/* ABOUT */
.about {
text-align: center;
}

/* CONTACT */
.contact {
text-align: center;
padding-bottom: 80px;
}
