@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/prata/v22/6xKhdSpbNNCT-sWPCm7bLnwI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn.jsdelivr.net/npm/@fontsource/raleway@5.2.8/files/raleway-latin-400-normal.woff2') format('woff2');
}


/*
h1,
h2,
h3 {
  font-family: 'Prata', serif;
  font-weight: 400;
  color: black;
}
*/

h1, h2, h3 {
  font-family: 'Prata', serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: black;
}

h1 {
  font-size: 1.875em;
}

h2 {
  font-size: 1.625em;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 1.25em;
  margin: 0 0 5px 0;
}

.main {
  background-color: rgb(255, 213, 0);
  margin: 0px;
}

.containerx {
 background-color: rgb(255, 213, 0);
}

.inlogg {
  margin-top: 40px;
  width: 600px;
  margin: 100x auto;
}

.inlogg .fflexlbl{
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.eknapp {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  line-height: 120%;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  padding: 8px 18px 7px 18px;
  margin: 4px 8px 4px 0px;
  color: #ffffff;
  background: rgb(4, 119,162);
  border: 1px solid #505050;
  border-radius: 24px;
}