html,body{
height:100%;

}

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