body {
  font-family: "Bona Nova", serif;
  margin: 0;
}
nav {
  display: block;
}

.middle {
  background-image: linear-gradient(
    180deg,
    rgb(230, 63, 193),
    rgb(155, 9, 135)
  );
  color: aliceblue;
  border-radius: 30px;
  margin: 50px 200px;
  padding: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

section {
  display: flex;
}
#center {
  text-align: center;
}
.welcome {
  background-image: url(images/top-banner.png);
  background-repeat: no-repeat;
}
.dream {
  background-image: url(images/dream-bg.png);
  background-repeat: no-repeat;
  background-position: right;
}
.cards {
  display: flex;
  margin: 50px 150px;
}

h1 {
  font-size: 50px;
}
h2 {
  font-size: 30px;
}

.half-width {
  width: 50%;
  padding: 50px;
}
.half-width img {
  width: 80%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* .card {
  margin: 5px 10px;
  padding: 40px 10px;
} */
.card img {
  width: 90%;
}
.button {
  background-image: linear-gradient(90deg, orange, rgb(255, 113, 132));
  text-decoration: none;
  color: aliceblue;
  margin: 5px;
  padding: 10px 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.buton {
  text-decoration: none;
}
