html{
    background:#896129;
}
p{
    background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GRT8t-o6oUJ-E9YRhimOvTU2TSH7v1BnRWBN554_rX30dZah466&usqp=CAU");

    background-position:center;
        background-repeat:no-repeat;

        width:50%;
        height:10px;
}
p{
    border-style:solid;
    border-color:blue;
    border-width:2px 5px;
    border-radius:10%;
}
p{
    border: 2px solid pink;
    margin: 5px;
    padding: 20px;
    content: 50px;

    H1 { font-style: oblique; }
    P { font-style: normal; }
    H1 { color: blue; }
    font-family: 'Segoe UI', Tahoma,Geneva,Verdana, sans-serif;
    font-style: italic;
    font-variant: small-caps;
    font-size: smaller;
    text-align: justify;
    letter-spacing: .15em;
    text-decoration: underline;
    word-spacing: 0.25em;
    text-transform: uppercase;
    text-indent: 0.5em;
    line-height:normal;
    background-image:url("Path");
    background-position: right top;
    background-size:cover;
    float: none;
    clear: both;
    display: block;
    height:fit-content;
    border-collapse: separate;
    empty-cells: show;
    border-spacing: 2px;
    table-layout: auto;
    order: 5; /* default is 0 */
    flex-grow: 4; /* default 0 */
    flex-shrink: 3; /* default 1 */
    flex-basis: | auto; /* default auto */
    flex: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]
    align-self: auto | flex-start | flex-end | center | baseline | stretch;
    display: grid | inline-grid;
    grid-template-columns: 12px 12px 12px;
    grid-template-rows: 8px auto 12px;
    grid-template: none | <grid-template-rows> / <grid-template-columns>;
    column-gap: <line-size>;
    row-gap: <line-size>;
    grid-column-gap: <line-size>;
    grid-row-gap: <line-size>;
}

.a{
    text-align: center;
    color: red;
}
.b{
    text-align: center;
    color: orange;
}
.c{
    text-align: center;
    color: yellow;
}
.d{
    text-align: center;
    color: green;
}
.e{
    text-align: center;
    color: blue;
}
.f{
    text-align: center;
    color: indigo;
}
.g{
    text-align: center;
    color: violet;
}
.h{
    text-align: center;
    color: teal;
}
.i{
    text-align: center;
    color: brown;
}
.j{
    text-align: center;
    color: beige;
}
.k{
    text-align: center;
    color: magenta;
}
.l{
    text-align: center;
    color: gray;
}
.m{
    text-align: center;
    color: coral;
}
.n{
    text-align: center;
    color: ivory;
}
.o{
    text-align: center;
    color: white;
}
