.flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
#fotter{
  background-color: #ff8800;
  min-height: 150px;
  width: 99vw;
  height: auto;
}
.footertext{
  color: white;
  font-size: 35px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin: 10px;
}