body {
  font-family: Arial, sans-serif;
  background-color: red;
  margin: 0;
  padding: 0;
}


h1, h2, h3, h4, h5, h6 {
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0;
}


header {
  padding: 20px;
  text-align: center;
}


p {
  color: white;
  font-size: 24px;
  margin: 20px;
  line-height: 1.6;
  font-weight: bold;
  max-width: 700px;
  text-align: center;
}

label {
  color: white;
  font-weight: bold;
  font-size: 20px;
}


aside {
  color: white;
  max-width: 700px;
  margin: 20px auto;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 36px;
}


.content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  flex-wrap: wrap;
}

.side-image {
  width: 400px;
  height: auto;
}

.large {
  width: 400px;
  height: auto;
}


@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
  }
}