@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Lato:700");
*, *::before, *::after {
  box-sizing: border-box; }
a {
  text-decoration: none; }
body {
  margin: 0;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  background-color: color(body-bg);
  color: color(font-color);
  margin-bottom: 30px; }
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  margin: 0; }
ul {
  margin: 0;
  padding: 0; }
li {
  list-style: none; }
p {
  margin: 0; }
button:active {
  box-shadow: 0 2px color(border-color);
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }
.l-container {
  display: flex;
  justify-content: center; }

