::-webkit-scrollbar {
  width: 8px;
    border:solid #D1DFFF 1px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px AliceBlue; 
  border-radius: 8px;
  border:solid #D1DFFF 1px;
}
 
::-webkit-scrollbar-thumb {
  background-image: linear-gradient(#699DFF, #D1DFFF);
  border-radius: 8px;
  border:solid #0E52E6 1px;
}

::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(#D1DFFF, #0E52E6);
}

@font-face {
  font-family: 'Comic Sans MS';
  src: url("/comic-sans-ms/ComicSansMS3.ttf");
}

body {
      background-image: url("pattern580.gif");
    	background-attachment: fixed;
      background-position:center;
      text-align: center;
      font-family: "Comic Sans MS", "Comic Sans";
      font-size: 15px;
      color: #5E95FF;
}

.main {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-top:20px !important;
      width: 1150px;
      height: 775px;
      margin: auto;
      border: 5px solid #9CBEFF;
      background-image: url("875e36f1.jpg");
      border-radius: 5px;
      border-image: url("bluecloudborder.png") 4 round; 
}

.leftcolumn {
    float: left;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
}

.rightcolumn {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.header {
    width: 350px;
    height: 80px;
    border: 5px double #9CBEFF;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-color: #DEEAFF;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    
    overflow: hidden; 
}

.infobox {
    width: 350px;
    height: 500px;
    border: 5px double #9CBEFF;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-color: #F2F7FF;
    margin-right: 10px;
    
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
   
    overflow: hidden; 
}

.goback {
    width: 350px;
    height: 90px;
    border: 5px double #9CBEFF;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-color: #F2F7FF;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    
    overflow: hidden; 
}

.awesome {
    width: 750px;
    height: 890px;
    border: 5px double #6d78ff;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-color: #F2F7FF;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: scroll;
}

.oc-jail {
  width: 230px;
  height: 230px;
  border: 5px double #6d78ff;
  border-radius: 10px;
  background-color: #F2F7FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 5px; /* Spacing around the box */
  box-sizing: border-box;
  overflow: hidden;
}

.oc-prison {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}