body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    }
h1{
    font-size: 50px;
}

h3{
    font-size: 25px;
}

span{
    color: orange;
}

#about-me{
    text-align: justify;
}

#goal-description{
    text-align: justify;
    padding-right: 110px;
}
.header-section{
    display: flex;
    margin-bottom: 100px;
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
}
.half-width{
    width: 50%;
    padding-left: 100px;
}

.link-button{
    text-decoration: none;
    background-color: orange;
    padding: 10px 40px;
    border-radius: 5px;
    font-weight: 700;
    color: aliceblue;
}
.dream-section{
    display: flex;
    margin-bottom: 150px;
    background-image: url(images/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.experience-section{
    display: flex;
    background-image: url(images/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left;

}
h4{
    color: orange;
}
#experience1{
    border-left: 7px solid orange;
    border-radius: 5px;
    width: 40%;
    margin-left: 5%;
    padding-left: 5%;
    box-shadow:10px 10px 30px gray;
    
}

#experience2{
    border-left: 7px solid blue;
    border-radius: 5px;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 40px;
    box-shadow:10px 10px 30px gray;
}

footer{
    text-align: center;
    margin-top: 200px;
}