body {
  margin: 0;
  background-image: url("../Assets/BG's/static.jpeg");
  background-position: center;
  background-attachment: fixed;
}

.screenshot {
  max-width: 75%;
  object-fit: scale-down;
  border: 8px solid #2a2f4e;
  margin-bottom: 30px;
}

.side-by-size-container {
  display: flex;
  gap: 30px;
  padding-bottom: 50px;
}

.header {
  background-color: black;
}

.header p {
  color: #39FF14;
}

.header a {
  color: #1F51FF;
}

.main-box {
  background-image: url("../Assets/BG's/dontpop-clouds.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  
  width: 75%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 100vh;
  border: 2px dotted black;
}

