iframe {
    font-size: 0;
}
.topbar {
  
  width: 100%;
  height: 50px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAcSURBVBhXY6ivr2eAAWQ2SIxactQyB+5QTLcBAE6PF9GtwQmMAAAAAElFTkSuQmCC);}

#testright {
         background-color: black;
         }
         #testleft {
        background-image: url('/assets/appbtnbg.png');
  background-size: 100% 100%; /* Stretch the image to 100% width and 100% height */
  background-repeat: no-repeat; /* Don't repeat the image */
  background-position: center center; /* Center the image */
         }
          .buttonidk {
        margin: 0px;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    background-repeat: no-repeat;
    background-position: calc(100% + 10px) center;
    background-size: contain;
    border: 0;
    border-left: solid 15px;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
    color: white;
    height: 25%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);

    /* Align text to the left and move it onto the border */
    text-align: left;  /* Align text to the left */
    position: relative; /* Allow text movement */

         }
      

             .apps {
          
                    
  background-image: url('/assets/androidappsicon.png');

  border-left-color: #98A752;
  }
      .games {
              background-image: url('/assets/soonicon.png'); /* Set the image as background */
        
  border-left-color: #CF8143;
  }
       .req {
              background-image: url('/assets/requesticon.png'); /* Set the image as background */
        
  border-left-color: #4C91BF;
  }
       .wall {
           
              
  border-left-color: #5964A5;
  }
       .about {
              background-image: url('/assets/infoicon.png'); /* Set the image as background */
      
  border-left-color: #A8514F;
  }
   
  #testcontainer {
    font-size: 0;
    position: relative;
  width: 100%;
  overflow: hidden;
}

#testleft {
        margin-top: 0;
    margin-bottom: 0;
    position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-color: lightblue;
  height: 100%;
  float: left;
box-sizing: border-box;
}

#testright {
    font-size: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 50%;
}


.float-container {
  display: flex;
}

.float-child {
  flex: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  color: white;
  width: 50%;
}

#testcontainer {
  overflow: auto;
}

.app-item-lol {
color: black;
   /* unvisited link */
a:link {
    text-decoration: none;
  color: black;
}

/* visited link */
a:visited {
  text-decoration: none;
  color: black;
}

/* mouse over link */
a:hover {
  text-decoration: none;
  color: black;
}

/* selected link */
a:active {
  text-decoration: none;
  color: black;
}
}
