html, body {
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url(images/Background.jpg);
    background-repeat: no-repeat;
    background-color: #c6c6c6;
}


button{
    <!-- Basic styles -->
    height: auto;
    width: auto;
    background-color: rgba(157, 155, 155, 0.3);
    border-color: rgba(157, 155, 155, 0.3);

    <!-- Basic text -->
    color: #535353;
    text-align: center;
    font: bold "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    
    /*Step 4: Fancy CSS3 Styles*/
    border-radius: 6px;
}

button:hover {
    color: rgb(0, 0, 0);
    background-color: #c6c6c6;
    }

#underConstruction{
    position: absolute;
    top: 40%;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.72);
}


#content{
    position: absolute;
    top: 20px;
    right: 20%;
    min-width: 650px;
    width: 60%;
    
}

#contact{ /* create are mask */
    position:absolute;

    right: 20%;
    width: 60%;
    min-width: 650px;
    height: 150px;
    padding-top: 10px;
    padding-bottom: 30px;
    align-self: center;
    bottom: 0px;
    text-align: center;
    z-index: 500;   
  
  
}

#contact img{ /* create are mask */
    align-self: center;
    max-width: 500px;
    min-width: 350px;
  
}
