@font-face {
  font-family: tequila;
  src: url('/assets/fonts/tequila.ttf');
}

* {
  font-family: tequila;
}

header {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px;
  border: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: transparent;
  background-image: url(/assets/images/header.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-attachment: local;
  text-align: center;
  position: relative;
  top: 7px;
  height: 80px;
  z-index: 1000;
  left: 0;
  right: 0; 
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0 20px;
  list-style: none;
  display: inline;
}

a {
  font-size: 2em;
  text-decoration: none;
  color: white;
}