@font-face {
  font-family: 'win';
  src:
    url(style/selawk.ttf), local('Segoe UI');
}
@font-face {
  font-family: 'win';
  src:
    url(style/selawksb.ttf), local('Segoe UI');
  font-weight: bolder;
}
@font-face {
  font-family: 'win';
  src:
    url(style/selawkl.ttf), local('Segoe UI');
  font-weight: lighter;
}

html body {
  font-family: 'win';
  background: #0078d7ff;
  color: #fefeff;
  font-size: large;
}

p {
  text-align: justify;
}

a {
  color: white;
  font-weight: bolder;
}
body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 2rem;
  position: absolute;
  height: 95%;
  & > * {
    width: 100%;
  }
}

header {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  & > * {
    margin: unset;
  }
  h1 {
    font-weight: lighter;
    font-size: 6rem;
    margin: -2rem 2rem 0;
  }
  h2 {
    font-weight: lighter;
    font-size: 2.4rem;
  }
}

main {
  > * {
    max-width: 1080px;
  }
}

footer {
  align-self: flex-end;
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0 2rem;
  flex-direction: row;
  flex-wrap: wrap;
  address p {
    margin: unset;
  }
  > * {
    display: block;
  }
  figure {
    margin: unset;
    flex: 2 0 55%;
    strong {
      display: block;
    }
    img {
      width: 180px;
      float: left;
      margin-right: 1rem;
    }
  }
  div {
    flex: 1 1 35%;
  }
  p {
  flex: 100%;
  }
}
/* Sharing buttons (corporate) */
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}