@charset "utf-8";

/*
    Author: Kumie
    Date: 5/19/2026

    Filename: test.css
    Stylesheet for project about page

*/

nav a {
  text-decoration: none;
  background-color: grey;
  color: white;
  padding: 10px;
  cursor: pointer;
}

body {
  padding: 60px;  
}

img {
  display: inline-block;
  margin: auto;
  max-width: 20%;  
}

#main, #update {
  display: inline-block;
}

.draggable { 
z-index: 100;
}

#images {
  position: absolute; 
  height: 100%;
  top: -50px;
  z-index: 100;
  text-align: center;
}


#main {
  border: 5px inset grey; 
  width: 50%;
  min-height: 500px;
  max-height: 1500px;
  position: relative;

}

#update {
  visibility: hidden;
  position: fixed;
  left: 49.65%;
  max-height: 500px;
  margin-left: 15px;
  background-color: lightgrey;
  overflow-x: scroll;
  padding: 10px;
}

.date {
  color: grey;
  margin: 0;
  padding: 0;
}

#writing {
  display: block;
  height: 100%;  
  margin-top: 20px;
  width: 100%;
}

#spaghetti {
  min-height: 350px;
  max-height: 350px;
  overflow-x: scroll;
  margin-bottom: 10px;
}

#spaghetti hr {
  color: darkgrey; 
}



