@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik Mono One");
@import url("https://fonts.googleapis.com/css2?family=VT323");
@import url("https://fonts.googleapis.com/css2?family=Monofett");
@import url("https://fonts.googleapis.com/css2?family=Workbench");
@import url("https://fonts.googleapis.com/css2?family=Rubik 80s Fade");
@import url("https://fonts.googleapis.com/css2?family=Rubik Glitch");
@import url("https://fonts.googleapis.com/css2?family=Archivo Black");

.header {
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 70px;
  font-family: "Archivo Black";
  margin-bottom: 20px;
  margin: 50px;
}

.header span {
  color: rgb(0, 204, 255);
}

.introduction {
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 30px;
  font-family: "VT323";
  border: 5px solid blue;
  margin-bottom: 20px;
  margin: 50px;
}


.introduction span {
  color: rgb(0, 204, 255);
}

.header2 {
  background-color: blue;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 80px;
  font-family: "Archivo Black";
  border: 5px solid white; 
  margin-bottom: 10px;
  margin: 50px;
}

.hover-change {
  font-family:Arial, Helvetica, sans-serif;
  transition: font-style 0.2s ease;
  line-height: 1.2;
}

.hover-change:hover {
  font-style:oblique;
}

.timeline h1.flashing-text {
  animation: flash 0.4s infinite alternate;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.timeline {
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  background-color: rgb(0, 0, 0);
  font-family: Helvetica, sans-serif;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  cursor: pointer;
}

.timeline :hover + p {
  max-height: 1000px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 40px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid blue;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

.content h2 {
  font-size: 25px;
  color: blue;
  font-weight: 600;
  margin-bottom: 10px;
}

.content p {
  font-size: 17px;
  color: black;
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.5s ease-out;
}

.content img {
  width: 100%;
  max-height: 50%;
  margin-bottom: 20px;
  border-radius: 5px;
  padding-top: 10px;
}


/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }

  .header2 {
    font-size: 10vw;
  }
}

em {
  font-weight: bolder;
}

.twitter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  text-align: center;
}
.twitter img {
  max-width: 400px;
  max-height: 400px;
  margin-bottom: 5px;
  border-radius: 20px;
  padding-top: 5px;
  align-items: center;
  box-shadow: 1px 20px 20px 10px blue;
}

.twitter a {
  margin-top: 0px;
  color:white;
  font-size: 15px;
  font-family: "VT323";
}


.timnit-work {
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-family: "VT323";
  border: 2px solid rgb(255, 255, 255);
  margin-bottom: 20px;
  margin: 50px;
  line-height: 1.2;
  border-radius: 20px;
}

.timnit-work span {
  color: rgb(0, 204, 255);
  font-size: 30px;
}

a {
  color: blue; /* Set your desired color */
  transition: color 0.3s ease; /* Optional: Add transition for smooth color change */
}

/* Change the color on hover */
a:hover {
  color: rgb(0, 217, 255); /* Set the color for hover state */
}

/* Additional optional styles for visited and active states */
a:visited {
  color: white; /* Color for visited links */
}

a:active {
  color: rgb(0, 140, 255); /* Color when the link is clicked */
}