@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

.seperate-articles {
    border: 0.1em dashed gray;
}
.border-examples-1{
    border-width:6px;
    width: 9em; 
    height:9em;
    text-align:center;
    line-height:9em;
}
.border-examples-2{
    border-width:6px; 
    width: 9em; 
    height:9em;
    text-align:center;
    line-height:9em;
    border-style: solid;
}
p{
    word-break:break-all;
}
h2,h3,h4,h5{
    box-shadow:0.1em 0.1em 5px 0.1px gray;
}
h2{
    border-left: 0.2em solid red;
    border-radius: 0.1em;
    text-indent:1em;
}
h3{
    border-left: 0.2em solid blue;
    border-radius: 0.1em;
    text-indent:1em;
}
h4{
    border-left: 0.2em solid yellowgreen;
    border-radius: 0.1em;
    text-indent:1em;
}
h5{
    border-left: 0.2em solid lightgray;
    border-radius: 0.1em;
    text-indent:1em;
    font-size:0.9em;
}
h6{
    font-size:0.9em;
}
code{
    font-family:"Source Code Pro";
    color:gray; 
    
}