* {
  margin: 0;
  padding: 0;
  font-family: "Sedgwick Ave Display", cursive;
  /* background-color: beige; */
  text-align: center;
}

.container-fluid {
  padding: 0 !important;
  margin: 0 !important;
}
ul {
  padding: 0 !important;
  margin: 0 !important;
}
ul li {
  /* margin: 0 auto; */
  list-style: none;
  height: 33.33vh;
  width: 100vw;
}

#orange {
  background-color: rgb(255, 115, 0);
  height: 100%;
}

#white {
  background-color: white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.typed-cursor {
  display: none;
}
h1 {
  color: blue;
  font-size: 70px;
}
@media (max-width: 600px) {
  h1 {
    color: blue;
    font-size: 50px;
  }
}
#green {
  background-color: green;
  height: 100%;
}
