body {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #181922;
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
}
.we {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
