@font-face {
  font-family: 'my-gruppo';
  src: url('https://bhogayoga.de/joomla/templates/bhogayoga/css/Gruppo-Regular.woff2') format('woff2');
  src: url('https://bhogayoga.de/joomla/templates/bhogayoga/css/Gruppo-Regular.ttf') format('truetype');
}

body {
  background-color: #f5e6cb;
  color: #362f27;
  font-family: "my-gruppo";
  font-size: 1.5em;
}

div.my-page {
  margin-left: 0;
  width: 100%;
  font-size: 2em;
}

div.my-header {
  margin-left: 0;
  width: 100%;
  min-height: 80px;
  font-size: 1.5em;
}

div.my-header h1 {
  font-size: 3em;
}

div.my-header img {
  height: 10em;
}

div.my-nav {
  margin-left: 0;
  width: 100%;
  min-height: 80px;
  position: relative;
  top: -150px;
  text-align: right;
}

div.my-footer {
  margin-left: 0;
  width: 100%;
}

div.page-header {
  height: 150px;
}

div.page-header h1 {
  font-size: 200%;
}

span.my-border {
  border: 1px solid black;
}
