/* _styles.css */ #post { color: #8aebfc; text-shadow: 2px 2px 2px black; }
#blog { color: #8aebfc; text-shadow: 2px 2px 2px black; }
body { background-color: #191b22; border-style: solid; border-radius: 12px; /* box-shadow: 0px 0px 8px #B3FFFF; */ padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px;
}
header { background-color: #242b49; border-style: solid; border-radius: 12px; /* box-shadow: 0px 0px 8px #B3FFFF; */ padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px;
}
article { background-color: #242b49; border-style: solid; border-radius: 12px; /* box-shadow: 0px 0px 8px #B3FFFF; */ padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px;
}
footer { background-color: #191b22; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 0px; }
img { width: 100%; margin: auto; display: block; background-color: #191b22; border-style: solid; border-radius: 12px; /* box-shadow: 0px 0px 8px #B3FFFF; */ }
/* unvisited link /
a:link, a:visited {
background-color: #242b49;
color: #b3ffff;
padding: 2px 4px;
font-weight: bolder;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 18px;
/ border-style: solid;
border-color: #b3ffff;
border-width: 2px; /
border-radius: 12px;
/ box-shadow: 0px 0px 8px #B3FFFF; */
}
a:hover, a:active { background-color: #B3FFFF; color: #191b22; }
hr { border-style: solid; border-width: 2px; border-radius: 12px; /* box-shadow: 0px 0px 8px #B3FFFF; */
}