@charset "UTF-8";
/* CSS Document */
body {
    background-color: #2B2B2B;
}
div.container {
    color: #242424;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-family: alex-brush;
    font-style: normal;
    font-size: 6.0vw;
}
div.container a, a:visited {
    text-decoration: none;
    color: #383838;
    text-shadow: -2px 2px 3px #1A1A1A;
}
div.container a:hover {
	text-decoration: none;
	text-shadow: -1px 1px 2px #1A1A1A;
}