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

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px pink; 
  border-radius: 8px;
  border:solid #E2D1FF 1px;
}
 
::-webkit-scrollbar-thumb {
  background-image: linear-gradient(#AF69FF, #E2D1FF);
  border-radius: 8px;
  border:solid #8D0EE6 1px;
}

::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(#E2D1FF, #8D0EE6);
}

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

body {
      background-image: url("/purplestripebackground.jpg");
 	background-attachment: fixed;
  background-position:center;
      text-align: center;
      font-family: "Comic Sans MS", "Comic Sans";
      font-size: 16px;
      color: #8b11e0;
}

.main {
     display: flex;
    flex-direction: row;
    justify-content: space-between;
      margin-top:20px !important;
      width: 850px;
      height: 930px;
      margin: auto;
      border: 5px solid MediumPurple;
      background-image: url("stars.gif");
      border-radius: 5px;
      border-image: url("/cloudborder.png") 4 round; 
}

.ocbox {
    width: 330px;
    height: 305px;
    border: 5px double MediumPurple;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-image: url("lightcheckerboard.png");
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden; 
}

.header {
    width: 490px;
    height: 100px;
    border: 5px double MediumPurple;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-image: url("lightcheckerboard.png");
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden; 
}

.infobox {
    width: 490px;
    height: 350px;
    border: 5px double MediumPurple;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-image: url("lightcheckerboard.png");
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    flex-direction: column;
    box-sizing: border-box;
    overflow: scroll; 
}

.border {
    width: 24px;
    height: 500px;
    border: 5px double MediumPurple;
    border-radius: 10px;
    margin: auto;
    background-image: url("lightcheckerboard.png");
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden; 
}

.favorites {
    width: 330px;
    height: 500px;
    border: 5px double MediumPurple;
    border-radius: 10px;
    margin: auto;
    background-image: url("lightcheckerboard.png");
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: scroll;
}

.mainwrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

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

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


.qna {
    width: 240px;
    height: 438px;
    border: 5px double MediumPurple;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-image: url("lightcheckerboard.png");
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: scroll; 
}

.quizzes {
    width: 240px;
    height: 438px;
    border: 5px double MediumPurple;
    border-radius: 10px;
    margin: auto;
    float: left;
    background-image: url("lightcheckerboard.png");
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: scroll; 
}

.goback {
  width: 330px;
    height: 85px;
    border: 5px double MediumPurple;
    border-radius: 10px;
    margin: auto;
    float: none;
    background-image: url("lightcheckerboard.png");
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden; 
}
}

.border-favorites-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.thingy {
  width: 100%;
    border: 1px solid MediumPurple;
    background: linear-gradient(#AF69FF , #DAC6F7 40%, #AF69FF); 
    color: #FFFFFF;
    text-shadow: 2px 2px 3px #8D0EE6;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    flex-shrink: 0;
}