
body {
  margin: 40px;
  background-color: #F2EAE0;
  align-content: center;
  text-align: center;
}

/* unvisited link */
a:link {
  color: #18122B;
}

/* visited link */
a:visited {
  color: #393053;
}

/* mouse over link */
a:hover {
  color: #443C68;
}

/* selected link */
a:active {
  color: #635985;
}

.box {
  background-color: #9B8EC7;
  color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0 20px 0;
  font-size: 80%;
  justify-content: center;
  text-align: justify;
}

.wrapper {
  width: 400px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  background-color: #;
  color: #;
}

.section1 {
  grid-row: 1 / 2;
}.section1 {
  grid-row: 1 / 2;
}

.section2 {
  grid-row: 3 / 4;
}

.section3 {
  grid-row: 5 / 6;
}

.ad1 {
  grid-row: 2 / 3;
}

.ad2 {
  grid-row: 4 / 5;
}