/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: "amatic-sc";
    background-color: rgba(0,47,128,1.00);
    color: rgba(225,208,193,1.00);
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;  
}
.main {
    font-size: 16pt;
    text-align: center;
    width: 100%;
    padding: 10px;
}
a:link {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
a:visited {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: rgba(255,255,255,1.00);
    text-decoration: none;
}
