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

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

.name-color {
    color: orange;
}

.flex-container {
    display: flex;
    margin-bottom: 80px;
}

.half-width {
    width: 50%;
    padding-left: 3%;
    text-align: justify;
}

.half-width img {
    width: 80%;
    margin-top: 50px;
}

.link-button {
    text-decoration: none;
    background-image: linear-gradient(#2193b0, #6dd5ed);
    padding: 10px 40px;
    color: whitesmoke;
    font-weight: 700;
    border-radius: 15px;
}

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

.goal-color {
    color: rebeccapurple;
}

.link-butto-01 {
    text-decoration: none;
    background-image: linear-gradient(#42275a, #734b6d);
    padding: 10px 40px;
    color: whitesmoke;
    font-weight: 700;
    border-radius: 15px;
}

.my-goal {
    background-image: url(images/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.header-color {
    color: crimson;
}

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

.experience-item {
    width: 50%;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: justify;
    border-radius: 1px;
    box-shadow: 10px 10px 30px gray;
}

#web-dev-experience {
    border-left: 10px solid;
    border-image: linear-gradient(#373b44, #4286f4);
    border-image-slice: 1;
}

#baby-web-dev-experience {
    border-left: 10px solid;
    border-image: linear-gradient(#373b44, #4286f4);
    border-image-slice: 1;
}

footer p {
    text-align: center;
    font-style: italic;
}