body {
  font-family: "Poppins", sans-serif;
  margin: 0%;
}

h1 {
  font-size: 50px;
}

.orange-highlight {
  color: orange;
}

.half-width {
  width: 40%;
  float: left;
  margin-left: 5%;
  padding-left: 2%;
}

.half-width img {
  width: 100%;
  margin-top: 3%;
}

.top-banner {
  background-image: url(Images/top-banner.png);
  background-repeat: no-repeat;
}

section {
  height: 500px;
}

.link-button {
  text-decoration: none;
  background: linear-gradient(45deg, lightsalmon, tomato);
  background-color: orange;
  padding: 10px 40px;
  border-radius: 5px;
  color: white;
  font-weight: 700;
}

.dimgrey-text{
  color: dimgrey;
}

.dream-area{
  background-image: url(Images/dream-bg.png);
  background-repeat: no-repeat;
  background-position: right;
}

.link-button:hover{
  background: linear-gradient(#fd834f, rgb(255, 57, 22));
  padding: 12px 42px;
  border-radius: 7px;
}