html,
body {
  height: 100vh;
}

body{
    background-image: linear-gradient(rgba(252,249, 255, 0.8), rgba(252, 249, 255, 0.8)), url('../img/background.jpg');
    background-size: 100%;
	margin: 0;
	padding: 0;
}

.container {
  height: 100vh;
    width: 100%;
    display: table;
}

.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#middleside {
	display: flex;
	flex-direction: column;
	align-items: center;
}
	
	#construction-text {
	display: block;
	text-align: center;
	line-height: 1vh;
    font-size: 400%;
    font-weight: 900;
    color: red;
}