
html{
  box-sizing: border-box;
}
*, *::before, *::after{
  box-sizing: inherit;
}
html, body{
  height: 100%;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
  color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
figure{
  margin: 0;
  padding: 0;
}
.wrapper{
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.container {
  max-width: 1280px;
  /* background-color: #35203b; */
  margin: 0 auto;
  padding: 0 0px;
}
