@font-face {
            font-family: 'Fusion Pixel 10px Proportional SC';
            src: url('fusion-pixel-12px-proportional-latin.woff2') format('woff2');
            
        }

*,
*::before,
*::after {
  box-sizing: border-box;
}

p {
  margin: 3px 0;
  letter-spacing: 0.075rem;
}

body {
  background-color: #008080;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}

.window {
  position: absolute;
  background-color: #c0c0c0;
  width: 300px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border: 1.5px solid #808080;
  font-family: 'Fusion Pixel 10px Proportional SC', monospace;
  border-style: solid;
  border-color: white black black white;
  display: none;
  
}

#mainWindow {
  display: block;
}

#aboutWindow {
  top: 5%;
  left: 65%;
}

#startupsWindow {
  top: 10%;
  left: 15%;
}

#researchWindow {
  top: 45%;
  left: 5%;
  
}

#projectsWindow {
  top: 65%;
  left: 20%;
}

#interestsWindow {
  top: 70%;
  left: 65%;
}

#sinusoidWindow {
  top: 70%;
  width: 300px;
  height: 200px;
  display: block;
}

.canvasHolder {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.9%;
}

.copyright {
  position: absolute;
  bottom: 1.5%;
  right: 2%;
  font-family: 'Fusion Pixel 10px Proportional SC', monospace;
  color: white;
  font-size: 15px;
  word-spacing: -0.1rem;
}

.year {
  position: absolute;
  bottom: 1%;
  right: 3%;
  color: white;
}

.title-bar {
  background-color: rgb(140, 140, 140);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border-bottom: solid 1.5px #000000;
}


.title {
  color: white;
  font-size: 15px;
  letter-spacing: 0.1rem;
}

.buttons {
  display: flex;
  gap: 5px;
}

.button {
  background-color: #c0c0c0;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: white black black white;
  cursor: pointer;
}

.monotext {
  font-family: 'Fusion Pixel 10px Proportional SC', monospace;
  font-size: 15px;
}

.content {
  padding: 10px;
  font-size: 14px;
}

.win98-button {
  background-color: #c0c0c0;
  border: 1px solid #808080;
  padding: 2px 5px;
  font-family: 'Fusion Pixel 10px Proportional SC', monospace;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
}

a {
  color: #0077B5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;

  color: #004e77;
}

.flex {
  display: flex;
}

.iconText {
  position: fixed;
  font-family: 'Fusion Pixel 10px Proportional SC', monospace;
  font-size: 12px;
  color: white;
  cursor: pointer;
}

.computer {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 3px;
  left: 0px;
  cursor: pointer;
}

#computerText {
  top: 85px;
  left: 23px;
}

.about {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 130px;
  left: 25px;
  cursor: pointer;
}

#aboutText {
  top: 185px;
  left: 23px;
}

.startups {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 220px;
  left: 25px;
  cursor: pointer;
}

#startupsText {
  top: 270px;
  left: 10px;
}

.research {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 300px;
  left: 25px;
  cursor: pointer;
}

#researchText {
  top: 355px;
  left: 14px;
}

.projects {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 400px;
  left: 25px;
  cursor: pointer;
}

#projectsText {
  top: 450px;
  left: 14px;
}

.interests {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 490px;
  left: 25px;
  cursor: pointer;
}

#interestsText {
  top: 540px;
  left: 14px;
}

.sinusoid {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 28px;
  left: 117px;
  cursor: pointer;
}

#sinusoidText {
  top: 85px;
  left: 110px;
}

.linkedin {
  width: 55px;
  height: 55px;
  position: fixed;
  top: 133px;
  left: 117px;
  cursor: pointer;
}

#linkedinText {
  top: 185px;
  left: 110px;
}


.twitter {
  width: 55px;
  height: 55px;
  position: fixed;
  top: 217px;
  left: 117px;
  cursor: pointer;
}

#twitterText {
  top: 270px;
  left: 110px;
}


.github {
  width: 57px;
  height: 50px;
  position: fixed;
  top: 300px;
  left: 117px;
  cursor: pointer;
}

#githubText {
  top: 355px;
  left: 110px;
}

.email {
  width: 57px;
  height: 50px;
  position: fixed;
  top: 400px;
  left: 117px;
  cursor: pointer;
}

#emailText {
  top: 450px;
  left: 110px;
}

.edgeML {
  width: 57px;
  height: 50px;
  position: fixed;
  top: 480px;
  left: 117px;
  cursor: pointer;
}

#edgeMLText {
  top: 540px;
  left: 110px;
}

.edgeEmbed {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 480px;
  left: 220px;
  cursor: pointer;
}

#edgeEmbedText {
  top: 540px;
  left: 200px;
}

.AboutWindowText {
}


.button {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}

.close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contentItem {
  cursor: pointer;
  display: flex;
  margin: 3px 0; /* Add this line to reduce vertical spacing */
}

.contentContainer {
  display: flex;
  gap: 50px;
}

.phbdImage {
  margin-top: 8%;
  width: 92px;
  height: 120px;
  border: 1.5px solid;
  border-color: white black black white;
}

.mainWindow,
.aboutWindow,
.startupsWindow,
.researchWindow,
.projectsWindow,
.interestsWindow {
  z-index: 1;
}

.positioner {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 1;
  transition: opacity 3s;
  z-index: -10;
}

.image-container {
  position: relative;
  width: 230px;
  height: 150px;
  overflow: hidden;
  color: white;
  font-size: 12px;
  padding-top: 15px;
}

.image-container img {
  width: 100%;
  height: 100%;
}

.overlay-text-1 {
  font-family: 'Fusion Pixel 10px Proportional SC', monospace;
  position: absolute;
  bottom: 10px;
  left: 26px;
  padding: 5px;
}

.overlay-text-2 {
  font-family: 'Fusion Pixel 10px Proportional SC', monospace;
  position: absolute;
  bottom: 52px;
  left: 26px;
  padding: 5px;
}

.overlay-text-3 {
  font-family: 'Fusion Pixel 10px Proportional SC', monospace;
  position: absolute;
  bottom: 95px;
  left: 26px;
  padding: 5px;
}