p {


    color: blue;
}

figure{
    padding: 30px;
   /* position: absolute;*/
    right:0px;
    background-color: blue;
}

img{
    max-width: 35vw;
    max-height: 200px;
}
figcaption{
    color: white;
    font-size: smaller;
    font-family:monospace ;
    max-width: 20vw;
    flex-wrap: auto;
}

figcaption date{
    text-decoration: underline;
}


h1{

}

cite, b{
    margin-left: 23px;
    color:#ff5500;
}
.citation{
    margin-left: 23px;
}
b{
    margin-left: unset !important
}

.article{
    width: 30vw;
}



.article-part{
    display:flex;
}

