.underconstruction{
	max-width:1260px;
	margin: auto;
display:flex;
align-items:center;
height:100%;
}
.center{
    text-align: center;
    width: 100%;
    display: block;
font-size:2em;
}
img{
    width: 50%;
    display: block;
    clear: both;
    margin: auto;
margin-bottom: 2em;
}
a{
	color:black;
	text-decoration:none;
}