::-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("bluestars.webp");
 	background-attachment: fixed;
  background-position:center;
      text-align: center;
      font-family: "Comic Sans MS", "Comic Sans";
      font-size: 15px;
      color: #3B49FF;
}

.main {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-top:20px !important;
      width: 1050px;
      height: 775px;
      margin: auto;
      border: 5px solid #6d78ff;
      background-image: url("bluestripebg.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: 400px;
    height: 100px;
    border: 5px double #6d78ff;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-image: url("bluecheckerboard.png");
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    
    overflow: hidden; 
}

.infobox {
    width: 400px;
    height: 500px;
    border: 5px double #6d78ff;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-image: url("bluecheckerboard.png");
    margin-right: 10px;
    
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
   
    overflow: hidden; 
}

.goback {
    width: 400px;
    height: 100px;
    border: 5px double #6d78ff;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-image: url("bluecheckerboard.png");
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    
    overflow: hidden; 
}

.artbox {
    width: 600px;
    height: 890px;
    border: 5px double #6d78ff;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-image: url("bluecheckerboard.png");
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: scroll; 
}

.artcontainer {
    width: 270px;
    height: 300px;
    border: 5px double #6d78ff;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-color: #B5C6FF;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
   box-sizing: border-box;
    overflow: hidden; 
}

.artrow {
  display: flex;
  justify-content: center; 
  margin-bottom: 10px;
}

.thingy {
    width: 100%;
    border: 1px solid #6d78ff;
    background: linear-gradient(#6987FF , #C6D2F7 40%, #6993FF); 
    color: #FFFFFF;
    text-shadow: 2px 2px 3px #0E4FE6;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    flex-shrink: 0;
}