
 @font-face {
      font-family: "Monospace-Light";
        src: url("../fonts/Cherry Monospace-Light.ttf");    
      }
 @font-face {
      font-family: "New Cicle Gordita";
        src: url("../fonts/Cherry New Cicle Gordita.ttf");    
      }

.monospace-cherry{
          font-family: "Monospace-Light";

}
.new-cicle-gordita{
          font-family: "New Cicle Gordita";

}
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

