<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>eugro new document title</title>
</head>
<body>
<p>.text{     color: darkslategray;     max-width: 505px;     font-size: 30px; } .title{     max-width: 900px;     font-size: 100px;     background-color: #2290aa;     color: white; } *{     -webkit-box-sizing: border-box;     -moz-box-sizing: border-box;     -ms-box-sizing: border-box;     box-sizing: border-box; } .screenshot{     max-width: 460px;     margin-right: 50px; } .body{                display: flex; }</p>
</body>
</html>