@import url(https://fonts.googleapis.com/css?family=Lato:900);



.body {
margin:0;  
}

#red{ 
  border-top: solid #A44B4B;
  border-width: 15px;
  background: #2E2E2E; 
  position:fixed; 
  bottom:0; 
  height:100%;
  width:100%; 
  height:180px; 
}

.text {
  color: #fff;
  font-family: Lato;
  font-size: 60px;
  text-align: center;
  margin-top: 50px;
}

.text2 {
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  text-align: center;
  margin-top: -50px;
}

.text3 {
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  text-align: center;
  margin-top: -20px;
  float: center;
}

#page-footer {
  display: none !important;
}