html {
  height: 100%;
  font-family: 'Inter', 'Roboto Condensed', sans-serif;
  margin: 0;
}
body {
  display: flex;
  align-items: center;
  min-height: 100%;
  margin: 0;
  background: #F0F2A6;
  background: linear-gradient(82deg, #e2e4f6 0%, #f7d488 100%);
  background-attachment: fixed;
}
#master {
  margin: 0 auto;
  width: 1280px;
  min-height: 400px;
  position: relative;
  color: #361D2E;
}
#headlogo {
  height: 24px;
  margin-right: 0.3em;
}
h1, section {
  border: 0;
  border-bottom: #361D2E dashed 1px;
  margin-bottom: 1em;
  padding-bottom: 10px;
}

.metas {
  color: #361D2E99;
}
