ul {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
}

.text {
  margin-bottom: 20px;
  padding: 10px;
  background-color: silver;
  color: #fff;
}

.link {
  color: #ff0;
}

.body {
  background-color: transparent;
}

.list {
  width: 100vw;
}

.container {
  max-width: 100vw;
}

