        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background-color: #f5f5f5;
            font-family: 'Helvetica Neue', Arial, sans-serif;
			box-shadow: inset 0 0 100px rgba(0,0,0,.2);
        }
        .container {
            text-align: center;
			font-size: 16px;
			color: #333333;
			
        }
        .logo {
            width: 1000px;
            height: auto;
        }
.link {
	color: #333333;
}
.link:visited {
	color: #333333;
}
.link:hover {
	color: #007FD2;
}
