a.btn.btn-md.btn-black-outline.display-4 {
    display: none !important;
}

img[src="assets/images/logomakr-0zpezn-563x600.png"] {
    width: 300px;
}

/* DEMO-SPECIFIC STYLES */
.typing {
  color: #fff;
  font-family: ;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em hidden orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 4s steps(30, end),
    blink-caret .5s step-end infinite,
    show 1s;
  animation-delay: 0.3s;
}

/* The typing effect */
@keyframes typing {
  from { width: 0; display: block;}
  to { width: 100%;display: block; }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}

.preload {
  display: none;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

p {
      letter-spacing: 0.5px !important;
}