h1 img {
    float: right;
    margin: 0 0 0 20px;
    border-radius: 10px;
    border: 2px solid rgb(124, 19, 165);
}
dd {
    margin: 0 0 1em;
    color: rgb(194, 194, 194);
}

/* graph bars */
.skill-item {
    display: flex;
    align-items: center;
    column-gap: 1em;
    justify-content: space-between;
}
.skill-item p {
    width: 20%;
    font-family: Georgia, serif;
    font-weight: 400;
    font-style: italic;
}
.container {
    width: 75%;
    background-color: rgb(240, 240, 240);
   
}
.skills {
    padding-top: 10px;
    padding-bottom: 10px;
}
.illustrator {
    width: 90%;
    background-color: rgb(140, 71, 167);
    background-image: linear-gradient(315deg, rgb(227, 197, 250), rgb(140, 71, 167) 74%);
}
.indesign {
    width: 85%;
    background-color: rgb(140, 71, 167);
    background-image: linear-gradient(315deg, rgb(227, 197, 250), rgb(140, 71, 167) 74%);
}
.photoshop {
    width: 50%;
    background-color: rgb(140, 71, 167);
    background-image: linear-gradient(315deg, rgb(227, 197, 250), rgb(140, 71, 167) 74%);
}
.lightroom {
    width: 70%;
    background-color: rgb(140, 71, 167);
    background-image: linear-gradient(315deg, rgb(227, 197, 250), rgb(140, 71, 167) 74%);
}
.painting {
    width: 90%;
    background-color: rgb(140, 71, 167);
    background-image: linear-gradient(315deg, rgb(227, 197, 250), rgb(140, 71, 167) 74%);
}
.colortheory {
    width: 60%;
    background-color: rgb(140, 71, 167);
    background-image: linear-gradient(315deg, rgb(227, 197, 250), rgb(140, 71, 167) 74%);
}
.quicklearner {
    width: 80%;
    background-color: rgb(140, 71, 167);
    background-image: linear-gradient(315deg, rgb(227, 197, 250), rgb(140, 71, 167) 74%);
}
.followdirections {
    width: 90%;
    background-color: rgb(140, 71, 167);
    background-image: linear-gradient(315deg, rgb(227, 197, 250), rgb(140, 71, 167) 74%);
}
.goodorganizer {
    width: 95%;
    background-color: rgb(140, 71, 167);
    background-image: linear-gradient(315deg, rgb(227, 197, 250), rgb(140, 71, 167) 74%);
}