body {
  margin: 0px;
}

.screenshot-content {
  display: flex;
  padding-left: 20px;
  min-width: 600px;
  justify-content: center;
  min-height: 400px;
  align-items: center;
}

.screenshot-content img {
  border: 2px solid black;
}

.content {
  padding-left: 20px;
}

.content p {
  margin-left: 15px;
  margin-top: 0px;
  max-width: 600px;
}

.nav-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul.nav-bar li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

.banner {
  width: 100%;
  height: 80px;
  background-image: linear-gradient(to bottom right, gray, lightgray);
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: lightblue;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  background-color: aliceblue;
  box-shadow: 3px black;
  width: 100%;
}

.row p {
  margin-left: 15px;
  margin-top: 0px;
  max-width: 800px;
}

.row image {
  max-width: 50px;
  max-height: 50px;
  float: right;
}

.footer {
  width: 100%;
  text-align: center;
  background-color: darkslategray;
}

.label {
  padding: 5px;
  color: lightgray;
}
