/* Base styles that apply to all pages */
body {
  position: relative;
  margin: 0;
  text-align: center;
  font-family: 'Exo 2';
  background-color: #fff;
}

.container {
  position: relative;
}