html,
body {
  background-color: #f5e9df;
  margin: 0;
  padding: 0;
  font-family: 'Lato', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
  background-color: #f5e9df;
  background-image: url('bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #9b775c;
  min-height: 100vh;
}

h1,
h2,
h3 {
  font-weight: 700;
  color: #9b775c;
}

.container {
  z-index: 10;
  padding: 80px 0;
}

.lista {
  width: 500px;
  height: auto;
  column-count: 1;
  margin-left: 10%;
  margin-bottom: 20px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  padding: 8px 0;
}

ul a {
  color: #535b44;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.logo {
  position: fixed;
  bottom: 12%;
  right: 6%;
  text-align: center;
}
.logo h1 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-top: 20px;
  /*padding-left: 35%;*/
}
.logo img {
  height: 50px;
}
.hr {
  display: block;
  width: 12%;
  height: 1px;
  background-color: #9b775c33 !important;
  margin-bottom: 15px;
}

@media only screen and (max-width: 550px) {
  body {
    background-attachment: unset;
  }
  .lista {
    column-count: 1;
  }
  .container {
    padding: 40px 0 120px;
  }
  .container,
  ul,
  li,
  .lista {
    width: 90%;
    font-size: 14px;
  }
  .container h2 {
    margin: 14px 0;
    font-size: 20px;
  }
  li {
    padding: 6px 0;
  }
  .logo {
    bottom: 40px;
  }
  .logo h1 {
    font-size: 9px;
    letter-spacing: 2.5px;
    margin-top: 8px;
    /*padding-left: 35%;*/
  }
  .logo img {
    height: 30px;
  }
  .hr {
    width: 100px;
  }
}
