@font-face {
  font-family: source-sans-pro;
  src: url('../fonts/source-sans-pro/SourceSansPro-Regular.otf') format('opentype');
}

body{
  background-color: #ffd308;
  color: #026a52;
  font-family: 'source-sans-pro';
}
