@charset "UTF-8";
/* CSS Document */

body {
    background-color: #1b2053; /* 2d3c8b; */ 
    color: white;
}
a {
	color: white;
}
a:visited {
	color: white;
}

div#pic {
    text-align: center;
}

div#title {
    text-align: center;
    font-variant: small-caps;
    padding: 0.5em 0 0.25em 0;
    font-size: 46px;
}

div#slogan {
    text-align: center;
    padding: 0.5em;
    font-style: italic;
    font-size: 24px;
}

#period {
    color: red;
}