body {
  background-color: hsl(233, 47%, 7%);
  margin: 0;
  margin-left: 50px;
  padding: 200px 100px 100px 100px;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
}

h1 {
  width: 60%;
  color: white;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
}

h2 {
  margin-bottom: 6px;
}

p {
  width: 60%;
  color: hsla(0, 0%, 100%, 0.75);
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}

a {
  color: hsl(228, 45%, 44%);
  text-decoration: none;
}

a:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.card {
  width: 50%;
  margin-top: 50px;
}

.card__stat__inner {
  display: inline-block;
  width: 25%;
}

.card-value {
  color: hsla(0, 0%, 100%, 0.6);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

.card-label {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 10px;
}

.container-1 {
  background-color: hsl(244, 38%, 16%);
  width: 620px;
  padding: 20px 0 20px 30px;
  display: inline-block;
  border-radius: 6px;
}

.container-2 {
  width: 350px;
  height: 341px;
  position: absolute;
  left: 560px;
  bottom: 214px;
}

.desktop {
  width: 100%;
  height: 100%;
  filter: contrast(150%);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.image-overlay {
  width: 350px;
  height: 341px;
  background-color: hsl(277, 64%, 61%);
  position: absolute;
  left: 560px;
  bottom: 214px;
  opacity: 0.5;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.attribution {
  margin-top: 100px;
  margin-left: 100px;
  color: hsl(277, 64%, 61%);
  width: 50%;
}
