@import url('https://fonts.googleapis.com/css?family=Open+Sans');
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; }
body {margin:0; padding:0; font-family:"Open Sans"; color:#000;}
.myrow { display:inline-block; width:100%; }
.logoweb { padding: 80px 0; text-align:center; }
.logoweb img { display:inline-block; max-width:720px; width:90%; }
.coming { text-align:center; padding:20px 0; font-size:19px; line-height:24px; font-weight:700; letter-spacing:2px; }
.footer { text-align:center; padding:120px 0 80px; font-size:14px; line-height:24px; font-weight:300; }
.footer strong { font-weight:600; }
.rectangular { width:90px; height:1px; background-color:#000; display:inline-block; margin-bottom:20px}