body {
  font-family: Arial, sans-serif;
  background: #111;
  color: #eee;
  margin: 0;
  padding: 0;
}
header {
  background: #222;
  padding: 2rem;
  text-align: center;
}
header h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
section {
  padding: 2rem;
  max-width: 800px;
  margin: auto;
}
h2 {
  color: #ffcc00;
  margin-top: 2rem;
}
p {
  line-height: 1.6;
}
.contact {
  background: #222;
  padding: 2rem;
  text-align: center;
}
.contact a {
  color: #ffcc00;
  font-weight: bold;
  text-decoration: none;
}

.img_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.screenshots {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  width: 1000px;
  border-radius: 10px;
  padding: 15px 15px;
}

.screenshot_img1 {
  background-image: url(./img/DPW_Screenshot.png);
  width: 400px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-style: none;
  margin: 0 25px 0 20px;
  
}

.screenshot_img2 {
  background-image: url(./img/DPW_Screenshot2.png);
  width: 400px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-style: none;
  margin: 0 25px 0 20px;
}

.screenshot_img3 {
  background-image: url(./img/DPW_Screenshot7.png);
  width: 400px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-style: none;
  margin: 0 25px 0 20px;
}
