body {
    background: rgb(10, 10, 10);
    margin: 0;
}

#world {
    position: absolute;
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    z-index: 2;
    background-image: url("../img/iPad_1024x768_dark.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
}

#tweet {
    position: absolute;
    bottom: 45px;
    right: 60px;
    z-index: 20;
}

#plusone {
    position: absolute;
    bottom: 49px;
    right: 137px;
    z-index: 20;
}

#name {
    position: absolute;
    top: 90px;
    left: 60px;
    z-index: 5;
    height: 90px;
    background: rgb(255, 120, 120);
    background: rgba(255, 120, 120, 0.4);
    line-height: 90px;
    padding-left: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 0.3em;
    white-space: nowrap;
    color: white;
    text-align: left;
    overflow: hidden;
}

#motto {
    position: absolute;
    top: 240px;
    left: 64px;
    z-index: 10;
    height: 60px;
    max-width: 80%;
    min-width: 50%;
    background: transparent;
    line-height: 30px;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.2em;
    font-size: 20px;
    color: #ffff99;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

#co {
    position: absolute;
    bottom: 45px;
    left: 60px;
    z-index: 10;
    height: 20px;
    max-width: 90%;
    background: transparent;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    white-space: nowrap;
    color: black;
    text-align: left;
    overflow: hidden;
}

#fr {
    position: absolute;
    right: 60px;
    top: 60px;
    height: 300px;
    width: 250px;
    /* background-color: #ffff99;   */
    background: rgb(255, 120, 120);
    background: rgba(255, 120, 120, 0.5);
    z-index: 3;
}

#im {
    position: absolute;
    right: 80px;
    top: 80px;
    height: 250px;
    width: 180px;
    background-image: url(../img/PT.jpg);
    background-position: to;
    overflow: hidden;
    z-index: 3;
    opacity: 0.5;

}

.blog:hover {
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.5em;
    font-weight: bold;
    color: yellow;
}

.canvas #playGround {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.canvas #backGround {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.canvas #button {
    visibility: visible;
    position: absolute;
    left: 42px;
    bottom: 7px;
    background: rgb(200, 200, 200);
    background: rgba(200, 200, 200, 0.0);
    color: grey;
    border: none;
    z-index: 10;
}

@media only screen and (max-width: 680px) {

    #world {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        background-image: url("../img/iPad_1024x768_dark.png");
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        opacity: 0.3;
    }

    #tweet {
        position: absolute;
        top: 240px;
        left: 33px;
        z-index: 10;
    }

    #plusone {
        position: absolute;
        top: 240px;
        left: 107px;
        z-index: 10;
    }

    #name {
        position: absolute;
        top: 60px;
        left: 30px;
        right: 30px;
        z-index: 5;
        height: 50px;
        background: rgb(255, 120, 120);
        background: rgba(255, 120, 120, 0.5);
        line-height: 50px;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 27px;
        font-weight: bold;
        white-space: nowrap;
        color: white;
        text-align: center;
        overflow: hidden;
    }

    #motto {
        position: relative;
        top: 170px;
        left: auto;
        right: auto;
        max-width: 100%;
        z-index: 10;
        height: 60px;
        line-height: 30px;
        font-family: monospace;
        font-size: 16px;
        letter-spacing: 0.1em;
        color: #ffff99;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }

    #co {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    #fr {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    #im {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .canvas #button {
        visibility: visible;
        position: absolute;
        left: 42px;
        bottom: 30px;
        background: rgb(200, 200, 200);
        background: rgba(200, 200, 200, 0.0);
        color: grey;
        border: none;
        z-index: 10;
    }

}

@media only screen and (max-width: 480px) {

    #world {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        background-image: url("../img/iPad_1024x768_dark.png");
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        opacity: 0.3;
    }

    #tweet {
        position: absolute;
        top: 240px;
        left: 33px;
        z-index: 10;
    }

    #plusone {
        position: absolute;
        top: 240px;
        left: 107px;
        z-index: 10;
    }

    #name {
        position: absolute;
        top: 40px;
        left: 20px;
        right: 20px;
        z-index: 5;
        height: 40px;
        background: rgb(255, 120, 120);
        background: rgba(255, 120, 120, 0.5);
        line-height: 40px;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 26px;
        font-weight: bold;
        white-space: nowrap;
        color: white;
        text-align: center;
        overflow: hidden;
    }

    #motto {
        position: relative;
        left: auto;
        right: auto;
        max-width: 100%;
        top: 130px;
        z-index: 10;
        height: 60px;
        line-height: 30px;
        font-family: monospace;
        font-size: 17px;
        letter-spacing: 0em;
        color: #ffff99;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }

    #co {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    #fr {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    #im {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .canvas #button {
        visibility: visible;
        position: absolute;
        left: 42px;
        bottom: 30px;
        background: rgb(200, 200, 200);
        background: rgba(200, 200, 200, 0.0);
        color: grey;
        border: none;
        z-index: 10;
    }

}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}
