*{margin:0 auto; padding:0; text-decoration:none; border:0px solid transparent;}
body{background:#555;}
@font-face {
    font-family: "Fira Code";
    src: url("../fonts/FiraCode.ttf") format("ttf"), url("../fonts/FiraCode.woff") format("woff"), url("../fonts/FiraCode.woff2") format("woff2");
}
div.main-box{margin-top:150px; width:800px; height:200px;}
div.main-box div.img-box{width:200px; height:200px; float:left;}
div.main-box div.text-box{width:600px; height:200px; float:left;}
div.img-box img{width:200px; height:200px;}
div.text-box span{font-family:"Fira Code"; font-size:24px; color:#EEE;}
::selection{background-color:#333; color:#999;}
::moz-selection{background-color:#333; color:#999;}
::webkit-selection{background-color:#333; color:#999;}