<html>
    <style>
		body {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
            margin: 0;
        }
		.IPContainer {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
		.IPPost {
			margin: 0;
		}
		.logo {
			background-image: url('/css/ucsit.png');
			background-size: cover;
			width: 400px;
			height: 100px;
		}
	</style>
</html>