.app-item-lol {
    display: flex;
    align-items: center;
    background-color: white;
    margin: 5px 0;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}


.app-info-lol {
    margin-left: 10px;
}

.app-name-lol {
    font-size: 16px;
    font-weight: bold;
      color: #888888;
}

.app-company-lol {
    color: #888888;
    font-size: 12px;
}


html, body {
  margin: 0;
  padding: 0;
}

.float-container {
  display: flex;
}

.float-child {
  flex: 1;
  margin: 0;
  padding: 0;
    position: relative;
  text-align: center;
  color: white;  
    width: 50%;
}


#testcontainer {
    overflow: auto;
}

#testleft {
    float: left;
    width: 50%;
}

#testright {
    margin-left: 50%;
}


.container-home-bannerbutton {
  position: relative;
  text-align: center;
  color: white;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}




.float-child iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 height: 420px;
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}



/* WARNING: This is the worst CSS you'll see in your life! */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
body {
  margin: 0px;
  background: #CCCCCC;
  font-family: "Roboto", sans-serif;
  color: white;
}

#screen {
  width: 100%;
  height: 100%;
  background: url("//cdn.glitch.global/aa5f96f0-ab0a-4469-9d50-d0c05e4589d5/DMQoP93.png?v=1724214309161");
}



#topbar { 
  width: 100%;
  height: 50px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAcSURBVBhXY6ivr2eAAWQ2SIxactQyB+5QTLcBAE6PF9GtwQmMAAAAAElFTkSuQmCC);
}

#icon { 
  width: 45px;
  height: 45px;
  margin: 4px 5px 5px 5px;
  float: left;
}

#search { 
  margin-top: 4px;
  float: right;
}

#share { 
  float: right;
  margin-top: 4px;
  margin-left: 20px;
  margin-right: 20px;
}

#title { 
  font-size: 16px;
  padding-top: 15px;
  float: left;
}


#titlebar { 
  background-color: #3d3d3d;
  width: 100%;
  height: 80px;
}


#appInfos { 
  float: right;
  margin-right: 200px;
  margin-top: 7.5px;
}

#appCreator { 
  color: #AAAAAA;
}

#appTitle { 
  font-weight: bold;
  font-size: 12.5px;
  width: 100%;
}

#installButton { 
  float: right;
  margin-right: -150px;
  margin-top: -20px;
  border: 1px white solid;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #296ccf;
}

#appIcon { 
  width: 65px;
  margin-top: 7.5px;
  margin-left: -25px;
}

#separator { 
  width: 100%;
  height: 4px;
  background-color: #99cc00;
}

#screenshotArea { 
  width: 100%;
  height: 230px;
  background-color: rgba(0, 0, 0, 0.2);
}


#ss1, #ss2, #ss3 { 
  height: 230px;
  margin-right: 10px;
}


#topDeveloper { 
  position: absolute;
  margin-left: 80px;
  margin-top: -15px;
}

a { 
  color: black;
  text-decoration: none;
}

#ratings { 
  color: #AAAAAA;
}