    #maindiv {
    vertical-align: top;
    margin: 0 auto 0 16.5%;
    width:55%;
    height: 685px;
    position:relative;
    background: url("/backgrounds/projects/cloudchecks.png");
    text-align: center;
    border-radius: 25px;
    padding: 0% 0% 3% 0%;
    image-rendering: pixelated;
    float: left;
    border-style: solid;
    border-color: #7263b840
    }
    #secondarydiv {
    vertical-align: top;
    margin: 0 16.5% 0 auto;
    width:8%;
    min-height: 100px;
    position:relative;
    background: url("/backgrounds/projects/cloudchecks.png");
    text-align: center;
    border-radius: 25px;
    padding: 25px;
    image-rendering: pixelated;
    float: right;
    border-style: solid;
    border-color: #7263b840;
    overflow: hidden;
    }
    #descdiv {
    width:90%;
    max-height: 575px;
    overflow: auto;
    position:relative;
    margin: 0 auto 0 auto;
    background: url("/backgrounds/projects/clouddivbgtrans.png");
    text-align: center;
    border-radius: 10px;
    padding: 2%;
    }
    p {
    line-height: 1.4;
    margin: 0 0 0 0;
    color: #FFFFFF;
    }
    hr {
      color: #FFFFFF;
    }
    .charbutton {
    margin: 0 0 0 0;
    }
    body {
    background-image: url("/backgrounds/projects/siteclouds.png");
    background-color: black;
    color: #FFFFFF;
    font-family: Verdana;
    overflow: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: 100% 100%;
    background-position: center;
    image-rendering: pixelated;
    }
    #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -990;
    top: 0;
    background-image: url("/blank.png");
    background-color: rgba(0, 0, 0, 0);
    }
    #logo {
    display: block;
    margin: 100px auto 10px auto;
    height: 100px;
    image-rendering: pixelated;
    }
    #molly {
    display: block;
    margin: 10px auto 100px auto;
    image-rendering: pixelated;
    }
    .clear {
    clear: both;
    }
    a {
    target: "_blank"
    }
    img {
    image-rendering: pixelated;
    }
    input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    }
    .tooltip {
    position: absolute;
	  top: 0;
	  left: 0;
    z-index: 99;
    opacity: 0;
    max-width: 250px;
    background: url("/backgrounds/projects/clouddivbgtrans.png");
    background-color: #00000000;
  	padding: 5px;
  	border-radius: 10px;
    }
     /* unvisited link */
    a:link {
      color: #b6ade9;
    }
    
    /* visited link */
    a:visited {
      color: #a191e4;
    }
    
    /* mouse over link */
    a:hover {
      color: #8994eb;
    }
    
    /* selected link */
    a:active {
      color: #777ee8;
    } 
     /* unvisited link */
    .toc:link {
      color: #eaebf0;
    }
    
    /* visited link */
    .toc:visited {
      color: #eaebf0;
    }
    
    /* mouse over link */
    .toc:hover {
      color: #ffffff;
    }
    
    /* selected link */
    .toc:active {
      color: #cbbdeb;
    }
    /* unvisited link */
    .seecreet:link {
      color: #ffffff;
      text-decoration: none;
    }
    
    /* visited link */
    .seecreet:visited {
      color: #ffffff;
      text-decoration: none;
    }
    
    /* mouse over link */
    .seecreet:hover {
      color: #ffffff;
      text-decoration: none;
    }
    
    /* selected link */
    .seecreet:active {
      color: #ffffff;
      text-decoration: none;
    }
    .refimage {
    transition: transform .1s; /* Animation */
    }
    .refimage:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
    }
    /*** Works on common browsers ***/
    ::selection {
        background-color: #a8a4ea;
        color: #fff;
    }
    
    /*** Mozilla based browsers ***/
    ::-moz-selection {
        background-color: #a8a4ea;
        color: #fff;
    }
    
    /***For Other Browsers ***/
    ::-o-selection {
        background-color: #a8a4ea;
        color: #fff;
    }
    
    ::-ms-selection {
        background-color: #a8a4ea;
        color: #fff;
    }
    
    /*** For Webkit ***/
    ::-webkit-selection {
        background-color: #a8a4ea;
        color: #fff;
    }