JSFiddle - React, Tailwind, and code Playground

HTML

<div class="menu">
    Η εταιρία
</div>

<div class="languages">
    GR EN
</div>

<div class="search">
    heaven and hell
</div>

<div class="title">
    Καλως ήρθατε στην Algae farms
</div>

<div class="menu-bottom">
    Sitemap / Contact / Όροι χρήσης
</div>

<div class="copyright">
    Copyright &copy; 2013
</div>

CSS

.menu {
    font-family: "Helvetica Neue";
    font-weight: bold;
    font-size: 16pt;
    color: #6D6E70;
}

.languages {
    font-family: "Helvetica Neue";
    font-weight: bold;
    font-size: 14pt;
    color: #6D6E70;
}

.search {
    font-family: "Helvetica";
    font-size: 12pt;
    color: #6D6E70;
}

.title {
    font-family: "Helvetica Neue";
    font-weight: bold;
    font-size: 35pt;
    background: #17596B;
    color: white;
}

.menu-bottom {
    font-family: "Helvetica-Light";
    font-size: 17pt;
    color: #6D6E70;
}

.copyright {
    font-family: "HelveticaNeue-Light";
    font-size: 10pt;
    color: #6D6E70;
}