

@font-face {
  font-family: 'Attic';
  src: url('assets/fonts/Attic/Attic.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/Attic/Attic.woff') format('woff'), url('assets/fonts/Attic/Attic.ttf')  format('truetype'), url('assets/fonts/Attic/Attic.svg#Attic') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
  background-color: #e3dab9;
  display: table;
  width: 100%;
  height: 100%;
  font-family: Attic;
  color: #387228;
}

a{
  color: #387228;
}

a:hover{
  color: #ed6a00;
}

.text-container
{
  display: inline-block;
  text-align: right;
}

ul
{
  list-style: none;


}

.center-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
