@font-face {
  font-family: 'Jersey10';
  src: url('/fonts/PressStart2P-Regular.ttf') format('truetype');
}

body {
  font-family: 'Jersey10', sans-serif;
  background: #EEC83E;
}

button {
  font-family: 'Jersey10', sans-serif;
  background: #F8B50D;
}

.top-bar {
  text-align: center;
  margin: 10px;
}

.top-bar button {
  margin: 5px;
}

.center {
  text-align: center;
  margin-top: 50px;
}

.center button {
  margin: 5px;
}
