@charset "utf-8";
/* CSS Document */
html {font-size:100%;background-color: #acd1ee;background-image: url(body.jpg);display: flex;flex: 1 1 auto;justify-content: center;background-repeat: no-repeat repeat;background-position: center top;height: 100%;background-size: contain;}
body {
    text-align: center;
}
.txtc {text-align: center;margin: 15px;font-size: 1.1em;color: #073963;text-shadow: 0 0 3px rgb(109, 109, 109);}
.contact {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #073963;
    text-shadow: 0 0 3px rgb(109, 109, 109);
    margin: 0 0 20px;
}
.txtc a {
    color: #073963;
}
.txtc a:hover {
    color: #fff;
    text-decoration: none;
}
a.logo {
    text-decoration: none;
}