@charset "UTF-8";


a:link, a:visited {
    color: #0A6BC2;
    text-decoration: none;
}
a:hover, a:active {
    color: #242424;
    text-decoration: underline;
}
body {
    background-color: lightsteelblue;
    margin-left: 75px;
    margin-right: 123px;
}
h1 {
    text-align: center;
    font-size: 2em;
    background-color: rgba(1,75,115,1.00);
    color: rgba(255,255,255,1.00);
    border-radius: 7px;
}
img {
    border-radius: 40px;
}
.Introduction {
    font-family: omnes-cond, sans-serif;
	font-weight: 600;
	font-style: normal;
    font-size: 1em;
}
ul {
    font-family: omnes-pro, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.2em;
}
h2 {
    background-color: rgba(1,75,115,1.00);
    color: rgba(255,255,255,1.00);
    padding-left: 20px;
    border-radius: 7px;
}
p {
	font-family: omnes-semicond, sans-serif;
	font-weight: 400;
	font-style: normal;
}
