/* /Downloads/Listen Hear/lh.css */
body {
  display:flex;
  align-items: center;
  flex-direction: column;
  background-color: ivory;
  font-family: sans-serif;
}
#pics {
  width:88vw;
  max-width: 115vh;
  display:flex;
  justify-content: space-between;
  margin:1vmin 0;
}
.col {
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  width:35%;
}
#middle {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:30%;
}
#apple {
  margin-top: 5vmin;
  width:80%;
}
#icon {
  width:40%;
}
#icon_50 {
  width:50%;
}
#icon, #app, #blurb {
  margin-bottom: 2vmin;
}
#app, #blurb {
  color:#1E90FF;
}
#app {
  font-size: 3.8vmin;
  font-style: italic;
}
#blurb {
  font-size: 1.8vmin;
  text-align:center;
}
#red {
  font-size: 4vmin;
  color:red;
}
.pic {
  width:100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  margin:0 0 .5vmin 0;
}
.pic img {
  width:100%;
  border:1.2vmin solid #efc3ad;
  border-radius: 5%;
}
.pic div {
  margin-top: .2vmin;
  text-align: center;
  font-size: 1.8vmin;
}
#apple {
  cursor:pointer;
}
