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

#en {
    background-color: #0c111d;
}
.itaric{
    font-style: italic;
    font-style: oblique;
    font-weight: bold;
}
#main {
	margin-bottom: 300px;
}
#main .content{
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;}
#main .content p{
    margin-bottom: 1em;
}
#main .content a{
    color: #FFFFFF;
    text-decoration: underline;}
h2 {
    margin-top: 100px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.03em;
}
#main a{
	text-decoration: underline;
}

#main a:hover{
	text-decoration: underline;
}


