
/* important for mobile viewing */
<meta name="viewport" content="width=device-width, initial-scale=0.27">
 
 
 /* import 7 css styling */

<link rel="stylesheet" href="https://unpkg.com/7.css">
 
/* scrollbar */ 
::-webkit-scrollbar {
width: 16px
}
::-webkit-scrollbar-corner {
background: #eee
}
 
::-webkit-scrollbar-track:vertical {
background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
}
 
::-webkit-scrollbar-thumb {
border: 1.5px solid #888;
border-radius: 3px;
box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
background-color: #eee;
}
::-webkit-scrollbar-thumb:vertical {
background: url("https://dl.dropbox.com/s/9a29qbkza3gmgl7/scroll1.png"), linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
background-repeat: no-repeat;
background-size: 65% auto, cover;
background-position: center;
}
 
::-webkit-scrollbar-button:vertical:end:increment,
::-webkit-scrollbar-button:vertical:start:decrement {
display: block
}
 
::-webkit-scrollbar-button:vertical {
height: 15px
}
::-webkit-scrollbar-button:vertical:start:decrement {
background: white;
background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
background-repeat: no-repeat;
background-position: center;
-moz-background-size: 100% auto, cover;
-webkit-background-size: 100% auto, cover;
-o-background-size: 100% auto, cover;
background-size: 100% auto, cover;
background-position: center;
border-radius: 0 3px 0 0;
}
 
::-webkit-scrollbar-button:vertical:start:increment {
display: none;
}
::-webkit-scrollbar-button:vertical:end:decrement {
display: none;
}
 
::-webkit-scrollbar-button:vertical:end:increment {
background: white;
background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
background-repeat: no-repeat;
background-position: center;
-moz-background-size: 100% auto, cover;
-webkit-background-size: 100% auto, cover;
-o-background-size: 100% auto, cover;
background-size: 100% auto, cover;
background-position: center;
border-radius: 0 0 3px 0;
}
 

 
.body (bg can be color or image)
/* background: #249d9f; */
    overflow: hidden;
    font-family: MS San Serif;
    background-image: url('IMG LINK HERE');
    background-size: cover;
 
.container {
margin: auto;
    width: 650px;
    height: 600px;
    position: relative;
    top: 45px;
}
 /* (container with pixel, frutiger aero text, and icon)*/
.one  {
background: #CCFF7C;
    background: linear-gradient(180deg, rgba(204, 255, 124, 1) 0%, rgba(255, 255, 255, 1) 50%);
    border: 1px solid black;
    border-radius: 5px;
    width: 190px;
    height: 95px;
    padding: 5px;
    font-size: 1.125em;
}
 
// oneone (positioning for "mood" text + the pixels next to and below the text)
position: absolute;
    top: 2.5em;
    left: 60px;
 
// two 
margin-top: 10px;
    background: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    width: 190px;
    height: 290px;
 
// twotwo (container inside "two" - with the blue drop shadow)
background: #01f1f1;
    width: 160px;
    height: 235px;
    border-radius: 5px;
    padding: 15px;
    margin-top: 1px;
    margin-left: 1px;
    margin-bottom: 2.75px;
    box-shadow: 0 0 8px 8px white inset;
 
// hello (container inside "twotwo" with the "info text")
background: white;
    width: 145px;
    height: 195px;
    padding: 5px;
    margin-top: 5px;
    margin-left: 1px;
    margin-bottom: 5px;
    border: 2px inset #01f1f1;
    box-shadow: inset 13px 0 6px -10px rgb(66 66 66 / 30%), inset -13px 0 6px -10px rgb(66 66 66 / 30%), inset 0 13px 6px -10px #f0f0f0, inset 0 0 0 -10px rgb(66 66 66 / 30%);
    overflow-y: scroll;
    font-size: 1.125em;
    line-height: 1.375em;
 
// age (text that makes the "20" (my age) have a different style)
font-family:'kiwi';
    font-size: 1.375em;
    color: white;
    font-weight:bold;
    filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0px 1px #9fe11d) drop-shadow(0 -1px #9fe11d) drop-shadow(1px 0 #9fe11d) drop-shadow(-1px 0 #9fe11d);

 
 
 /* (container inside "three") */
.phone  {
 box-shadow: inset 13px 0 6px -10px rgb(66 66 66 / 30%), inset -13px 0 6px -10px rgb(66 66 66 / 30%), inset 0 13px 6px -10px #f0f0f0, inset 0 0 0 -10px rgb(66 66 66 / 30%);
    background: white;
    border: 1px solid black;
    width: 175px;
    height: 127px;
    padding: 5px;
    margin-top: 2px;
    margin-left: 2px;
}
 
 /* (buttons with numbers) */
.light  {
background: linear-gradient(to bottom, #f2f2f2, #dcdcdc);
    border: 1px solid #a9a9a9;
    border-radius: 2px;
    box-shadow: inset 0 1px #ffffff, inset 0 -1px #cccccc;
    font-family: MS San Serif;
    font-size: 1.125em;
    color: black;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding-top: 5px;
    padding-left: 12px;
    margin-top: 2px;
}
 
 /* (buttons with * and #) */
.dark {
background: black;
    border: 1px solid #808080;
    border-radius: 2px;
    font-family: MS San Serif;
    font-size: 1.125em;
    color: white;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding-top: 5px;
    padding-left: 12px;
    margin-top: 2px;
    box-shadow: 0 0 8px 8px white inset;
}
 
  /* (positioning for the images on the side of buttons) */
.icon {
 width: 45px;
  height: 120px;
  position: absolute;
  left: 131px;
  top: 27.75em;
}

  /* (container with tabs on the right) */
.main {
width: 435px;
    height: 400px;
    position: absolute; 
    left: 38em; 
    top: 3.375em;
    background: white;
    border: 1px solid black;
    border-radius: 5px;
}
