* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #090b1a;
  display: flex;
  align-items: center;

  font-family: "Inter", sans-serif;
}

.card {
  background-color: #1b1938;
  margin: 150px auto;
  width: 950px;
  height: 400px;
  border: 1px;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.card-content {
  width: 50%;
  padding: 60px 60px 60px 60px;
}

.card-header {
  color: white;
  margin-bottom: 25px;
}

.purple {
  color: #aa5cdb;
}

.card-paragraph {
  color: #ffffff80;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.7;
}

.result-numbers {
  color: white;
}

.results {
  color: #ffffff80;
}

.parent {
  display: flex;
  justify-content: space-between;
}

.card-picture {
  height: 100%;
  width: 100%;
}

.child1,
.child2,
.child3 {
  line-height: 1.7;
}
