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

h1 {
    font-size: 50px;
}

.orange-color {
    color: orange;
}

.red-color {
    color: red;
}

.blue {
    color: blue;
}

p {
    color: blueviolet;
}

section {
    display: flex;
    margin-bottom: 100px;
}

.half-width {
    width: 50%;
    padding-left: 5%;
    margin-right: 40px;
}

.half-width img {
    width: 100%;
}

.link-button {
    text-decoration: none;
    background-image: linear-gradient(yellow, rgb(255, 0, 0));
    padding: 10px 40px;
    border-radius: 5px;
    columns: white;
    font-weight: 700;
    background-image: -moz-linear-gradient();
}

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

.my-dream {
    background-color: aqua;
}