html,body{
    height:100%;
    background-color: #05003b;
}

.container {
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
