html,body {
    height: 100%;
    color :#FFF;
    background-color: #224262;
}

.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1{
	text-shadow: 1px 1px 1px #000000;
	

}