html,body {
    height: 100%;
    color :#FFF;
    background-color: #224262;
}

.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1{
    text-shadow: 2px 2px 2px #000000;
    font-size: 3em;
}