* {
  box-sizing: border-box;
}


@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(fonts/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99d.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(fonts/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBN9d.ttf) format('truetype');
}

.back-to-home {
	width: 100%;
	text-align: end;
}
.back-to-home a {
	display: flex;
  justify-content: end;
  align-items: center;
}
.back-to-home a img {
	width: 10px;
	height: 10px;
	margin-bottom: 0px;
	margin-right: 5px;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
    font-family: 'Noto Sans', sans-serif;
}
.privacy {
	text-align: center;
}
.wrap {
    width: 100%;
    max-width: 1040px;
    padding: 40px 20px;
    margin: 0 auto;
}

img {
    margin-bottom: 50px;
}

h1 {
    font-size: 46px;
    margin-bottom: 8px;
}

h2 {
    font-size: 30px;
    margin-bottom: 8px;
    margin-top: 36px;
}

p {
    font-size: 18px;
    margin-bottom: 22px;
}

a {
    color: black;
}

a:hover {
    color: darkslategrey;
}