body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #191919;
    color: #eaeaea;
    background-image: url(images/background.webp);
}

header {
    background-color: #020202;
    color: #e6e8e6;
    padding: 1em 0;
    text-align: center;
}

header p {
    color: rgb(222, 81, 81);
    font-weight: bold;
}

nav ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    background-color: #000000;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: rgb(222, 215, 120);
    text-decoration: none;
    font-weight: bold;
    size: 1.2em;
}

section {
    padding: 20px;
    margin: 0 20px ;
    background-color: #201f1f;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 100px;
    margin-right: 100px;
}

.project-item {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #121111;
    color: #dbe7ea;
    margin-top: 20px;
}

h1{
    font-size: 2.5em;
    font-family: "Courier New", monospace;
    font-weight: bold;
}
.split-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left, .right {
    flex: 1;
}
.left {
    margin-right: 20px;
}
.profile-pic {
    max-width: 75%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}
.left p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-right: 40px;
    margin-left: 40px;
}
.leftproject, .rightproject{
    flex: 1;
    font-size: 1.1em;
    margin-left: 20px;

}
.leftproject {
    margin-top: -75px;
}

h2 {
    color: rgb(222, 81, 81);
}
h3 {
    color: rgb(222, 215, 120);
}
a {
    color: #21a8d1;
}
a:hover {
    text-decoration: underline;
}
.project-pic {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 10px 0;
}
.heading {
    color: rgb(222, 215, 120);
}
.top-bottom-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.top, .bottom {
    flex: 1;
}
ul {
    color: rgb(212, 212, 141);
}
#about{
    color: white;
}
#contact{
    color: white;
}
#typewriter-text {
  font-family: "Courier New", Courier, monospace;
  font-size: 3em;
  color: #e6e8e6;
  font-weight: bold;
}
.typing-effect {
  border-right: .15em solid orange; /* The caret */
  white-space: nowrap; /* Keep the content on a single line */
  overflow: hidden; /* Hide the rest of the text */
}
.typewriter-container {
  /* Set to the height of your font to reserve the space */
  min-height: 1.5em; 
  display: block;
}
#ktca {
    margin-top: -50px;
}
