n: 0;
    padding: 0;
    box-sizing: border-box;
}

#header {
    position: relative;
/*    text-align: center;*/
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 150%;
}

html, body {
    background-color: #fff;
    color: #c1c1c1;
    background-color: black;
    font-family: "Lato", "Arial", "sans-serif";
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
#container {
    display: block;
    position: absolute;
    top: 50%;
    left: 40%;
    width: 760px;
    transform: translate(-50%, -50%);
}

#name {
    color:#EEFF41;
}
#nexus {
    float: right;
    width: 20%;
}

#iphone {
    width: 30%;
    position: absolute;
    right: -30%;
    transform: translate(50%, -50%);
}



#bottom {
    font-size: 80%;
    position: absolute;
    bottom: -30%;
}

