@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'MuseoSans700';
  src: url('../font/MuseoSansRounded-700.otf');
}

.navbar h1 {color: #fff; font-family: 'MuseoSans700', Helvetica, serif;}
body {background: #E3E3E3; color: #666;}
.item {margin-bottom: 20px; margin-right: 15px;}
.item img {width: 120px;}
.benchmarks h2 {font-size: 2.5em; color:#e40085;}
.benchmarks h3 {font-size: 1.75em; color: #2e008b;}