h1, h2, h3 {
color: #2c3e50;
    text-align: center;
}

p {
  font-size: 1rem;
  margin-bottom: 10px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  padding-left: 20px;
}

strong {
color: #27ae60;
}

html {
-webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font-family: Arial, sans-serif;
  color: #333;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
color: #222;
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: -0.25px;
}

a {
color: #333;
  text-decoration: none;
  transition: all 400ms ease-in-out;
}

a:hover {
color: #666;
  text-decoration: none;
}

a:focus {
outline: none;
  text-decoration: none;
}
