:root {
    --primary: #000000;
    --secondary: #00000070;
    --bg-img: url(../imgs/sadgrl/apple.gif);
    --bg: #ffffff;
    --red: #E18E86;
    --yellow: #EDC452;
    --green: #CDC39C;
    --blue: rgba(168, 193, 193);
    --pink: #F4D9DB;
    --a0: #000000;
    --gb: #D1DDFC;
    --a1: #F1BFCC;
    --s0: #CDC39C;
    --s1: #F2A83B;
    --s2: #00a8f8;
    --s3: #dddddd;
    } 

    h1{ 
    font-size: 200px;
    }
    /* Default desktop style (movable) */
#container {
  position: absolute;
  left: 35%;
  top: 10%;
  width: 400px;
  height: 400px;
  cursor: move;
}



  

    #embed
    {
    width:1000px;       /* set this to approximate width of entire page you're embedding */
    height:2000px;      /* determines where the bottom of the page cuts off */
    margin-left:-183px; /* clipping left side of page */
    margin-top:-244px;  /* clipping top of page */
    overflow:hidden;

    /* resize seems to inherit in at least Firefox */
    -webkit-resize:none;
    -moz-resize:none;
    resize:none;
    }