.disclaimer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: black;
  height: 20px;
  
  font-size: 10px;
  color: white;
  text-align: center;
  align-content: center;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

body {
  font-family: Roboto, Arial;
  margin: 0;
  padding-top: 80px;
  padding-left: 96px;
  padding-right: 24px;
  background-color: rgb(248, 248, 248);
}

@media (min-width: 1200.01px) {
  body {
    padding-left: 264px;
  }
}