
/*****BODY*****/
   body {
  background-color: #F0A6CA;
  background-image:url("egoOS.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  font-family: Arial;
  font-size: 14px;
}

.gradient {
  height: 3px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(156, 137, 184, 1) 0%,
    rgba(247, 174, 248, .50) 51%,
    rgba(253, 197, 245, .25) 100%
  );
}

/*****IMAGES*****/

img {
  width: 250px;
  margin: 0 auto;
}

.images {
  width: 90%;
  display: block;
  margin: 0 auto;
}

/*****LINKS*****/

a:link {
  text-decoration: none;
  color: #9C89B8;
}

a:visited {
  text-decoration: none;
  color: #F0A6CA;
}

a:hover {
  text-decoration: none;
  color: #F0A6CA;
}

a:active {
  text-decoration: none;
  color: #9C89B8;
  font-weight: bold;
}

#navi-links ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#navi-links ul li a {
  display: inline-block;
  text-align: center;
  width: 100px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #9C89B8;
  padding: 5px;
}

#navi-links ul li a:hover {
  display: inline-block;
  text-align: center;
  width: 100px;
  border: 1px solid #fff;
  background-color: #f2edf2;
  color: #9C89B8;
  font-weight: bold;
  padding: 5px;
}

#navi-links ul li a:visited {
  display: inline-block;
  text-align: center;
  width: 100px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #9C89B8;
  padding: 5px;
}

#navi-links ul li a:active {
  display: inline-block;
  text-align: center;
  width: 100px;
  border: 1px solid #fff;
  background-color: #F0A6CA;
  color: #9C89B8;
  font-weight: bold;
  padding: 5px;
}

/*****TEXT*****/

h1, h2, h3, h4 {
  text-align: center;
  font-family: "Momo Signature";
}

mark {
  background-color: #9C89B8;
  color: white;
  font-weight: bold;
  padding: 3px;
  line-height: 1.7;
  border-radius: 5px;
}

.entry {
  background-color: #fff;
  padding: 3px;
  line-height: 1.7;
  border-radius: 5px;
}

ul {
  list-style: "♡ ";
}

/*****BASE*****/

.container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95vh;
}

/*****CONTENT*****/

.box {
  position: absolute;
  background-color: #f0f0f0;
  color: #F0A6CA;
  top: 134px;
  width: 744px;
  height: 444px;
  padding: 0px;
  border-radius: 25px;
  overflow-y: hidden;
}

.layout {
  width: 744px;
  height: 444px;
  display: grid;
  grid-template: "header header" auto "navi navi" auto "sidebar main" auto / 1fr 3fr;
  overflow-y: hidden;
}

.sidebar-hidden {
  width: 744px;
  height: 444px;
  display: grid;
  grid-template: "header header" auto "navi navi" auto "main main" auto / 1fr;
  overflow-y: hidden;
}

header {
  grid-area: header;
  display: flex;
  height: 100px;
  font-size: 1.5em;
  border: 2px solid #F0A6CA;
  background-color: #F0A6CA;
  border-radius: 25px 25px 0 0;
  justify-content: center;
}

header h1 {
  color: #F0A6CA;
  text-shadow: 2px 2px #9C89B8, 0 0 10px #fff, 0 0 10px #fff;
}

navi {
  grid-area: navi;
  display: flex;
  justify-content: space-around;
  height: 30px;
  background-color: #fff;
  
}

sidebar {
  grid-area: sidebar;
  overflow-y: scroll;
  scrollbar-width: none;
  padding: 5px;
  margin-bottom: 10px;
}

sidebar img {
  width: 100px;
  border-radius: 15px;
  margin: 0 auto;
  padding: 5px;
}

sidebar h1 {
  font-size: 18px;
  line-height: 0.8;
}

main {
  grid-area: main;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 10px;
  margin-bottom: 10px;
}

/****SIDEBAR****/

.update-box {
  width: 160px;
  border: 2px dashed #9C89B8;
  border-radius: 0 10px;
  padding: 5px;
  margin: 5px;
}

#updates {
  border-bottom: 1px solid #fff;
}

.update-box h1 {
  font-size: 14px;
  text-align: center;
}

#updates p {
  font-size: 10px;
}

/****ARCHIVE****/

.lib-box {
  display: block;
  background-color: rgba(255,255,255,0.5);
  padding: 15px;
  margin: 2px;
  border: 3px solid #fff;
  border-radius: 5px;
}

.lib-box h1 {
  font-size: 18px;
}

.lib-box ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lib-box ul li a {
  display: inline-block;
  text-align: center;
  width: auto;
  border: 3px solid #fff;
  border-radius: 5px;
  color: #9C89B8;
  padding: 5px;
  margin: 5px;
}

.lib-box img {
  float: left;
  width: 150px;
  border-radius: 10px;
  margin-right: 10px;
}

.mini-box {
  display: inline-block;
  width: 150px;
  text-align: center;
  background-color: rgba(255,255,255,0.5);
  padding: 10px 15px 0px;
  margin: 2px;
  border: 3px solid #fff;
  border-radius: 15px;
}

.mini-box img {
  display: flex;
  justify-content: center;
  width: 100px;
  border-radius: 10px;
  margin: 0 20px 10px;
}

.mini-box p {
  text-align: center;
  font-size: 12px;
}

/****INFO-BOX****/

.info-table {
  float: right;
  width: 200px;
  overflow: hidden;
  margin: 10px;
}

.info-table table,th,tr,td {
  border-bottom: 1px solid #fff;
  border-collapse: collapse;
  padding: 5px 10px;
  font-size: 13px;
}

.info-table table {
  border: 1px solid #fff;
  background: #FFF5FD;
  width: 200px;
}

.info-table td {
  vertical-align: top;
}

#clearfix::after {
  content: "";
  clear: both;
  display: table;
}

table {
  width: 100px;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}