body {
  margin: 0px;
  background: white; 
  color: black;
}

#screen {
  width: 100%;
  height: 100vh;
  background: url("/assets/bg.png");
}

#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;
}

/* Title bar containing app icon, title, developer, and install button */
#titlebar {
  background-color: #3d3d3d;
  width: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
}

/* Adjust icon position */
#appIcon {
  width: 65px;
  
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

#appIcondesk {
  width: 95%;
  
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}


/* Container for app info text */
#appInfos {
   font-size: 12px;
  flex-grow: 1;
  padding: 10px;
}

/* Title and developer name styling */
#appTitle {
  font-weight: bold;
  font-size: 12.5px;
  color: #FFFFFF;
  margin: 0;
}

#appCreator {
  color: #AAAAAA;
  margin-top: 5px;
}

/* Install button style */
#installButton {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid white;
  padding: 8px 20px;
  background-color: #296ccf;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 95px;
  height: 29px;
}

/* Install button style */
#installButtondesk {
  border: 1px solid white;
  padding: 8px 20px;
  background-color: #296ccf;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 95px;
  height: 29px;
}

/* Screenshot area styling */
#screenshotArea {
  width: 100%;
  background-color: #dbdbdb;
  padding: 10px;
   font-size: 0px;
}

#ss1, #ss2, #ss3 {
  height: 210px;
  margin-right: 10px;
  display: inline-block;
}

#topDeveloper {
  position: absolute;
  margin-left: 80px;
  margin-top: -15px;
}

a {
  color: white;
  text-decoration: none;
}

#ratings {
   font-size: 16px;
  color: #000000;
}

p {
  color: black;
  text-decoration: none;
}

/* Minor responsive adjustments */
@media screen and (max-width: 480px) {
  #installButton {
  color: white;
    font-size: 12px;
    padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 0;
   margin-right: 15px;
  }
  #appInfos {
    margin-right: 100px;
  }
}
/* Separator line below title bar */
#separator {
  width: 100%;
  height: 4px;
  background-color: #84AD2D;
    background: url("/assets/bggreen.png");
}

a:link {
    text-decoration: none;
  color: white;
}

/* visited link */
a:visited {
  text-decoration: none;
  color: white;
}

/* mouse over link */
a:hover {
  text-decoration: none;
  color: white;
}

/* selected link */
a:active {
  text-decoration: none;
  color: white;
} 

.bgthing {
background-color: white;
}

