html,
body {
  height: 100%;
}
.container:is(.cookies, .privacy, .terms) {
  min-height: 100%;
  margin-bottom: 40px;
  .title,
  h1 {
    text-align: left;
    font-weight: 700;
    font-size: 36px;
    margin: 40px 0px;
    text-transform: uppercase;
  }

  h1 {
    text-align: center;
    font-size: 48px;
  }

  .description {
    font-size: 16px;
    margin-top: 16px;
    text-align: justify;
  }

  a {
    text-decoration: underline;
  }

  ul {
    margin: 5px 0;
    list-style-type: disc;
    padding-left: 20px;
  }
  li {
    margin-bottom: 10px;
  }
}
