body {
    margin: 0%;
    font-family: 'Source Code Pro', monospace;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

.orange-color {
    color: orange;
}

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

.half-width {
    width: 50%;
    padding-left: 5%;
}

.half-width img {
    height: 80%;
}

.link-button {
    text-decoration: none;
    background-image: linear-gradient(orange, tomato);
    padding: 10px 20px;
    color: whitesmoke;
    font-weight: 700;
    border-radius: 5px;
}

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

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

.second {
    padding-right: 150px;
}

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

.experience-item {
    width: 40%;
    margin: 0 5%;
    padding-left: 30px;
    border-radius: 10px;
    box-shadow: 10px 10px 40px gray;
}

#front-end {
    border-left: 7px solid;
    border-image: linear-gradient(purple, tomato);
    border-image-slice: 1;
}

#full-stack {
    border-left: 7px solid;
    border-image: linear-gradient(blue, cyan);
    border-image-slice: 1;
}

footer p {
    text-align: center;
}