    .container {
		width: 100vw;
		height: 100vh;
		background: #6C7A89;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center
	}
	.box {
		width: 300px;
		height: 500px;
		background: #fff;
	}
	body {
		margin: 0px;
	}
	
	h1 {
    text-align: center;
    }

	h2 {
    text-align: center;
    }

	
.footer {
    position: fixed;
    left: 0;
    margin-top: 2rem;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}
	