.testing-header {
  color: red;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-family: sans-serif;
}
