@font-face {
  font-family: 'Poppins';
  src: url('/font/poppins.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html, body
{
  margin, padding: 0;
  background-color: black;
  box-sizing: border-box;
}

p, a, label
{
  margin, padding: 0;
  font-size: 1em;
  color: white;
  font-family: 'Poppins', sans-serif;
}

#menubar
{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  border: none;
}

#logo
{
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
}

.m-btn
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 130px;
}

h1, h2
{
  text-align: center;
  color: white;
  font-family: 'Poppins', sans-serif;
  margin: 25px 0;
}
h1 {font-size: 1.75em;}
h2 {font-size: 1.5em;}