<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Enter your Styles below! */

body {
    background-color: #ffe7ab;
    margin:0;
}
html {
  scroll-behavior: smooth;
}
img{ 
    width: 100%;
    height: auto;  
    

}

div {
    display: block;
}


header {
    display: block;
    margin: auto;
    text-align: center;
    background-color: #ffe7ab;

    
}


@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.blink, .blink2 {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}

header {
    background-image: url(img/blue.png);
    background-size: cover;
}

.blink2 {
    display: block;
    margin: auto;
    text-align: center;
    background-color: #ffe7ab;

}

/* DEMO-SPECIFIC STYLES */
.typewriter p {
font-family: 'Karma';
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid 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 5s steps(30, end),
  blink-caret .5s step-end infinite;
}

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

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


.page-four{
    background-size: cover;

    }


p {
    text-align: center;
    font-size: 20px;
    padding-top: 90px;
    display:block;
    margin: auto;
    color: #0f2436;
    
   }
p {
    font-family: 'Karma';
}





@media only screen and (min-width:768px) {

}

@media only screen and (min-width:1024px) {

}</pre></body></html>