* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "IBM Plex Mono", monospace;
  cursor: text;
}

*::selection {
  background-color: #ffd6e0; 
  color: #2c2c2c; 
}

body {
  background-color: #2c2c2c; 
  color: #f6d6f7; 
  font-size: 15px;
  font-weight: 300;
}

.main-container {
  height: fit-content;
  padding: 20px;
}

.ascii-name {
  color: #ff9ecf; 
  font-size: 0.5vw;
  margin-top: 15px;
}

.message-text {
  font-size: 16px;
  font-weight: 300;
  margin: 20px 0;
  color: #f6d6f7; 
}

.help-text {
  font-size: 17px;
  font-weight: 400;
  color: #b5eaea; 
}

.command-output {
  margin: 15px 0;
  padding-left: 20px;
}

.input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.input-label {
  color: #ffe6a7; 
}

.input-command {
  width: 100%;
  padding: 10px 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #ffffff; 
  font-weight: 400;
  font-size: 16px;
  margin-left: 10px;
}

.input-text {
  color: #b5eaea; 
}

.command-not-found {
  font-size: 17px;
  color: #ff7a7a; 
}

.data-dt {
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: lowercase;
  color: #ffe6a7; 
}

.data-dd {
  margin-top: 5px;
  margin-left: 20px;
  color: #f6d6f7;
}

.data-li {
  text-transform: capitalize;
  list-style-type: square;
  font-weight: 400;
  color: #f6d6f7; 
}

.about-text {
  font-weight: 400;
  color: #f6d6f7; 
}

.data-table {
  border-collapse: collapse;
  color: #f6d6f7; 
}

.data-name-th {
  text-align: left;
  padding-bottom: 20px;
  color: #ffe6a7; 
}

.data-description-td {
  padding-bottom: 20px;
  vertical-align: top;
  padding-left: 20px;
  color: #f6d6f7; 
}

.data-link {
  text-decoration-style: solid;
  color: #ffe6a7;
  cursor: pointer;
}

.cmd-text {
  color: #ffe6a7;         
  font-weight: 600;
  display: inline-block;
  min-width: 20px;        
}

.project-card {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #555;
}

.project-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffe6a7;
}

.project-image {
  width: 400px;      /* make image bigger */
  max-width: 90%;
  margin: 10px 0 1px 0;
  border-radius: 2px;
}

.project-description {
  white-space: pre;
  font-size: 15px;
  line-height: 1.4;
  color: #b5eaea;
  max-width: 600px;
}
.project-links {
  margin: 6px 0 12px 0;
  display: flex;
  gap: 14px;
}

.project-links a {
  color: #b5eaea;
  font-size: 13px;
  letter-spacing: 0.5px;
  opacity: 0.85;
}

.project-links a:hover {
  opacity: 1;
  text-decoration: none;
}

.skills-pre {
  white-space: pre;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  line-height: 1.55;
  color: #b5eaea;
}


.skills-pre {
  white-space: pre; 
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  line-height: 1.55;
}

.skill-label {
  color: #ffe6a7;       /* yellow like your cmd-text */
  font-weight: 600;     /* bold like your command labels */
}

.skill-value {
  color: #f6d6f7;       /* your light pink/purple body text */
  font-weight: 300;
}


.project-row {
  margin-bottom: 40px;    /* add space between projects */
  display: block;
}


.desc-text {
  color: #f6d6f7;          
  font-weight: 300;
}

.help-pre { white-space: pre-wrap; }

.data-name-th,
.data-name-th a {
  white-space: nowrap;  
}
