/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: black;
  color: white;
  font-family: 'IBM Plex Mono';
}

.startupscreen{
  width:100%;
  height:100%;
}

.gridparent {
  background-color: black;
  padding-left:1%;
  width:100%;
}

.gridcontainer {
  display: grid;
  grid-template-columns: auto auto;
}

.gridcontainer > div {
  background-color: black;
  font-size: 20px;
  text-align: left;
}

.navbutton{
  font-size:20px;
  font-family: 'IBM Plex Mono';
  text-align: left;
  background-color: black;
  color: white;
  border:none;
}

.modal-header {
  cursor: move;
  background-color: #f0f0f0;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.close-btn {
  float: right;
  cursor: pointer;
  font-weight: bold;
}

.modal-body {
  padding: 10px;
}




.homePage {
  position: absolute;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  width:600px;
  height: 500px;
  resize: both;
  overflow: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.diaryPage {
  position: absolute;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  width:600px;
  height: 500px;
  resize: both;
  overflow: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.projectsPage {
  position: absolute;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  width:600px;
  height: 500px;
  resize: both;
  overflow: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.docsPage {
  position: absolute;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  width:600px;
  height: 500px;
  resize: both;
  overflow: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.animePage {
  position: absolute;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  width:600px;
  height: 500px;
  resize: both;
  overflow: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.musicPage {
  position: absolute;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  width:600px;
  height: 500px;
  resize: both;
  overflow: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.gamesPage {
  position: absolute;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  width:600px;
  height: 500px;
  resize: both;
  overflow: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.moviesPage {
  position: absolute;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  width:600px;
  height: 500px;
  resize: both;
  overflow: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.booksPage {
  position: absolute;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  width:600px;
  height: 500px;
  resize: both;
  overflow: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.mangaPage {
  position: absolute;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  width:600px;
  height: 500px;
  resize: both;
  overflow: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}