body {
    background: linear-gradient(90deg, #ff8c69, salmon, #e9967a); color: black; font-family: Georgia, 'Times New Roman', Times, serif;
}

h1 {
    border: solid 5px; text-align: center; border-radius: 15px; background: linear-gradient(45deg, rgba(42, 55, 235, 0.918), lightskyblue, lightseagreen); color: black; font-size: 40px;
}

img {
    width: 150px; height: 150px; border: solid  5px white; border-radius: 10px;
    display: block; margin-left: auto; margin-right: auto;
}

ol {
    color: white;background:linear-gradient(90deg, #808080,#293133,#9c9c9c ); text-align: center; border: solid 3px; border-top-left-radius: 25px; border-top-right-radius: 25px;
}


h2 {
    text-align: center; background: linear-gradient(90deg,saddleBrown,sandyBrown, rgb(158, 65, 22) ); color: black; border: solid 3px; border-radius: 35px;
}

.work {
    text-align: center; background: linear-gradient(45deg, lightcoral,red,lightsalmon); color: black; border: solid 3px; border-radius: 35px; 
}

hr {
    color: white; border: solid 1px;
}

strong {
    color: white; 
}

li {
    display: inline;
    float: left;
}

a {
    display: block;
    padding: 8px;
    background-color: #dddddd;
}

ul {
    background-color: #dddddd;
}