body{
background-image: url(free-vector-checkerboard-pattern-with-shadow-3317827802.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;

}

h1{
      text-align: center;
      border-style:inset;
      border-color:inset -2px -2px #808080, inset 2px 2px #ffffff;
      border-width:5px;
      border-radius: 10px;
      padding: 10px;
      background:linear-gradient(90deg, purple, orchid, pink);
      display: flex;
      .twooutline {
       color: white;
       font-size: -2em;
       display: inline-block;
       font-style: italic;
      font-family:Helvetica;
      filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(0px 1px rgb(22, 14, 18)) drop-shadow(1px 0 rgb(35, 17, 26)) drop-shadow(-1px 0 rgb(16, 5, 11)) drop-shadow(0 -1px hotpink)
      
    }

    } 

  
    
.popbox {
box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
filter: drop-shadow(0px 0px 1px #424242);
-webkit-filter: drop-shadow(0px 0px 1px #424242);
box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px #808080, inset 2px 2px #ffffff;
background: #c0c0c0;
width: 500px;
height:min-content;
max-height:190px;
overflow:auto;
border-radius:10px;
padding:8px 10px 10px 10px;
box-sizing:content-box;
margin:auto;
}
 
.image1
{width:305px;
 height:100px;
}


.title-bar-controls button {
border:none;
border-radius:80px;
box-sizing:border-box;
color:transparent;
min-height:23px;
min-width:75px;
padding:12px;
text-shadow:0 0 #222;
}

.title-bar-controls button {
background:silver;
box-shadow:inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
}

.title-bar-controls button:not(:disabled):active {
box-shadow:inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey;
text-shadow:1px 1px #222;
}

@media (not(hover)){
button:not(:disabled):hover {
box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey}
}

.title-bar-controls button:focus {
outline:1px dotted #000;
outline-offset:-4px;
}

.title-bar-controls button::-moz-focus-inner { border:0 }
    
@font-face {
font-family: "Pixelated MS Sans Serif";
src: url("https://files.catbox.moe/1za99g.woff") format("woff");
src: url("https://files.catbox.moe/8fwbkl.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}   

.window, .title-bar {
font-family: "Pixelated MS Sans Serif", Arial;
-webkit-font-smoothing: none;
font-size: 11px;
}

.window {
box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px #808080, inset 2px 2px #ffffff;
background: #c0c0c0;
color:#000;
padding:30px;
width:100%;
height: auto;
box-sizing:border-box;
border-radius: 20px;
}

.title-bar {
background:linear-gradient(90deg, purple, orchid, pink);
padding: 3px 2px 3px 3px;
display: flex;
justify-content: space-between;
align-items: center;
}

.title-bar-text {
font-weight: bold;
color: white;
letter-spacing: 0;
margin-right: 24px;
}

.title-bar-controls {
display: flex;
}

.title-bar-controls button {
padding: 0;
display: block;
min-width: 16px;
min-height: 14px;
}

.title-bar-controls button:active {
padding: 0;
}

.title-bar-controls button:focus {
outline: none;
}

.title-bar-controls button[aria-label=Minimize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/minimize.svg");
background-position:bottom 3px left 4px;
background-repeat:no-repeat
}

.title-bar-controls button[aria-label=Maximize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/4a2282dd9170cabf730fb5803d1153d86b2e94e3/icon/maximize.svg");
background-position:top 2px left 3px;
background-repeat:no-repeat;
}

.title-bar-controls button[aria-label=Close]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/close.svg");
background-position:top 3px left 4px;
background-repeat:no-repeat;
margin-left:2px;
}

.window-body {
margin: 8px;
}
.fieldset {
border:1px gray solid;
box-shadow: white 1px 1px 0px inset, white 1px 1px 0px, white 0px 1px 0px, white 1px 0px 0px;
margin:0;
padding:10px;
overflow-y:auto; 
height:600px;
}



.image2
{width:490px;
 height:230px;
transform:translateX(10px);
}
.image3
{width:530px;
 height:170px;
 transform:translateX(-15px);
}
.image4
{width:540px;
 height:190px;
transform:translateX(-20px);
}

    p{
      border-style:outset;
      border-color: rgb(255, 254, 254);
      border-radius:20px;
      padding:19px;
      font-family:serif;
      font-size:-2em; 
      color:#ffffff;
      text-shadow:  -1px -1px 0 #000, 1px -1px 0 #000,-1px 1px 0 #000, 1px 1px 0 #000;
      background: #c0c0c0;
      border-width:1.7px;
    }

  #box1 {
    border: 0.1875em rgb(47, 50, 50) solid; 
    background-image: url("danganronpa-2-text-box-blackboard-white-board-gray-transparent-png-138757-4214288777.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    transform-origin: center;
    z-index: 100;
    pointer-events: auto;

    
    width: calc(40em);      
    max-width: 92%;    
    height: auto;
    padding: 0.25em;        
    position: relative;
    overflow: auto;
    max-height:45 em;       
    margin: 0.3125em auto;  
    border-radius: 1.25em;  
    border-style: inset;
    float:right;            
  }


      nav.navbar {
  float: left; }
  

.navbar ul{
          padding:4%;
          margin:0%;
          color: rgb(254, 252, 250);
          font-family:arial;
        }

.navbar a{
         font-family:Times;
         color: rgb(228, 226, 223);
         text-decoration:none;
         padding:0%
         
        } 
        
#managerTable {
   max-height:900px;
   max-width:700px;
    overflow: auto;
    margin-left:5px;
    position:relative;
   
  }


table{
        background-color:rgb(209, 163, 103);
        width:300px;
        float: left;
        position:static;
        border-radius:10px;
    }


th{
     background-image:url(danganronpa-2-text-box-blackboard-white-board-gray-transparent-png-138757-4214288777.png);
     background-size: cover;
     background-position-x: -10px;
     background-repeat: no-repeat;
     

     width: 100px;
     position: sticky;
     top:0;
     border-radius:10px;
    }


