.header {
  position: fixed;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: center;
}
.text {
  position: fixed;
  width: 100%;
  top: 30%;
  font-size: 24px;
  text-align: center;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #605865;
  color: white;
  text-align: center;
}