#welcomepage{
    widows: 100%;
    height: 800px;
    line-height: 100%;
    color: white;
    text-align: center;
    padding-top: 20%;
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #323232;
}

.app-container{
	height: 800px;
}

body{
	height: 880px;
}

.home-footer{
    display:none;
}