
   body {
      background-image: url('https://www.transparenttextures.com/patterns/stardust.png');
      background-color: #000000;
      color: #fff;
      font-family: 'times new roman', cursive, sans-serif;
      margin: 0;
      padding: 0;
    }

    .container {
      display: flex;
      padding: 10px;
      margin: auto;
      margin-top: 70px;
      margin-bottom: 20px;
      position:relative;
      left:0;
      right:0;
      top:0;
      bottom:0;
      width: 1200px;
      height: 1300px;
    
    }

  .column {
    border: 3px solid white; 
    padding: 10px; 
}

.columntest{
  border: 3px solid white; 
    background-color: black;
    position:absolute;
    margin: auto;
    left:0px;
    right:0;
    top:0;
    bottom:0;
    width: 1px;
    height: 1000px;
}
  .columnone {
    background-color: black;
    position:absolute;
    left:68px;
    right:0;
    top:0;
    bottom:0;
    width: 200px;
    height: 540px;
}
 .columntwo {
    position:absolute;
    left:305px;
    right:0;
    top:0;
    bottom:0;
    width: 300px;
    height: 540px;
}
  .columnthree {
    display: absolute;
    text-align: right;
    position:relative;
    left:605px;
    right:0;
    top:0;
    bottom:0;
    width: 300px;
    height: 540px;
}
  .columnfour {
    background-color:black;
    overflow:auto;
    position:absolute;
    left:925px;
    right:0;
    top:0;
    bottom:0;
    width: 140px;
    height: 200px;
}

  .columnfive {
    background-color:black;
    overflow:auto;
    position:absolute;
    left:925px;
    right:0px;
    top:240px;
    bottom:0px;
    width: 140px;
    height: 315px;
}

  .columnsix {
    background-color: black;
    position:absolute;
    left:80px;
    right:0;
    top:500px;
    bottom:100px;
    width: 200px;
    height: 50px;
  }
  
  .columnseven {
    margin-right: 10px; 
    margin-top: 50px;
    margin-bottom: 20px;
    position:absolute;
    left:150px;
    right:0;
    top:550px;
    bottom:100px;
    width: 460px;
    height: 200px;
  }
  
    .columnseventext {
    border:3px solid #2b2b2b;
    padding: 10px;
    padding-top: 0px;
    overflow:auto;
    position:absolute;
    left:-80px;
    right:0;
    top:320px;
    bottom:0px;
    width: 350px;
    height: 120px;
  }
  
  .columneight {
    background-color:black;
    position:absolute;
    left:616px;
    right:0;
    top:600px;
    bottom:100px;
    width: 470px;
    height: 100px;
  }
  
  .columnnine {
    background-color:black;
    border:3px solid white;
    position:absolute;
    overflow:auto;
    left:616px;
    right:0;
    top:720px;
    bottom:100px;
    width: 470px;
    height: 500px;
  }
  
   .columnninequote {
    position:absolute;
    overflow:auto;
    left:150px;
    right:0;
    top:60px;
    bottom:0px;
    width: 300px;
    height: 140px;
    font-style: italic;
  }
  
  
   .columnten {
    position:absolute;
    left:915px;
    right:0;
    top:-40px;
    bottom:0px;
    width: 300px;
    height: 50px;
  }
    

   a.tilt {
      display: inline-block;
      font-size: 21px;
      color: green;
      text-decoration: underline;
      transition: transform 0s, color 0.2s;
      line-height: 35px;
    }

    a.tilt:hover {
      transform: rotate(6deg) scale(1.1);
      color: lime;
      text-decoration: none;
      line-height: 35px;
    }
    
   a.back {
      display:inline-block;
      font-size:21px;
      color:red;
      text-decoration:underline;
      transition: transform 0s, color 0.2s;
      line-height: 35px;
    }
    
    a.back:hover {
        transform: rotate(-7deg) scale(1.1);
        color: orange;
        text-decoration: none;
        line-height: 35px;
    }

   a.link {
      display:inline-block;
      font-size:21px;
      color:red;
      text-decoration:underline;
      transition: transform 0s, color 0.2s;
      margin-left: 10px;
      line-height: 35px;
    }
    
    a.link:hover {
        transform: rotate(-7deg) scale(1.1);
        color: orange;
        text-decoration: none;
        margin-left: 10px;
        line-height: 35px;
    }
    
   #sentence {
      font-size: 16px;
      color: #fff;
    }
    
  #ad-banner {
    width: 470px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
  }

  #ad-banner img {
    width: 470px;
    height: 100px;
  }

     ::-webkit-scrollbar {
      width: 7px;
    }

    ::-webkit-scrollbar-track {
      background: transparent;
    }

    ::-webkit-scrollbar-thumb {
      background: red;
      border-radius: 4px;
    }

    ::-webkit-scrollbar-thumb:hover {
      background: orange;
    }

    
