@charset "UTF-8";
/* CSS Document */
body{
    background-color: #E0E0E0;
    font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 62.5%;
    margin: 0;
}
p{
    font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 100%;
    color: #003b1f;
    text-align: justify-all;
    
    /*font-style: italic;*/
    /*font-variant-caps: all-small-caps ;*/
    /*border-style: outset;*/
	/*border-color: #FDFAFA;*/
   /* margin: 0;*/
}
header{
    text-align: center;
}
h1{
    font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 1200%;
    color: #E0E0E0;
    text-align: center;
    text-shadow: black  10px 10px 14px;
   
    
}
img {
	max-width: 800px;
	/*align-items: center;*/
	width: 100%;
	border-style: outset;
	border-color: #FDFAFA;
}
/*img:hover {
	filter: opacity(0.8);
    cursor: url("../img/pb.ico");
	transform: scale(1.1);	
}
*/main {
    display: flex;
    flex-flow: wrap;
	/*columns: 50%;*/
	column-gap: 1em;

& figcaption {
    max-width: 800px;
}
}
a {
    text-decoration: none;
    margin-left: 10%;
    font-size: .5em;
}
