#underconstruction{
    margin-top: 0.5em;
    width: 100%;
    height: 3.5vw;
    background-image: url("../images/construction.jpg");
    background-repeat: repeat-x;
}
#underconstruction h1{
    color: lightyellow;
    font-size: 2.5vw;
    text-align: center;
    background-color: rgba(25,25,25,0.50);
    height: 3.5vw;
}

body{
	background-color: #596569;
}

