/* 2021-03: ned schiach ned schee */

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, Roboto, Ubuntu,
    "Segeo UI", "Helvetica Neue", Arial, sans-serif;
  color: oklch(0% 0 0);
  font-size: 16px;
}

body {
  animation: gradient 30s ease infinite;

  background-image: url("../Img/mmexport1705510082493.jpg");
  background-size: cover;
  background-repeat: repeat;
}

header,
footer {
  /* background: rgba(255, 255, 255, .7);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	*/
  color: white;
  opacity: 0.5;
}

.h1_header {
  /* font-size: 2rem;
    padding: 0.8rem; */
  text-align: right;
  /* margin-left: 18rem; */
}

main {
  padding: 20px;
}

* {
  box-sizing: border-box;
}

h1 {
  margin: 20px;
}
p {
  margin: 0 0 20px 0;
  opacity: 0.5;
}

.brief {
  font-size: 0.8rem;
}

img {
  max-width: 100%;
  height: auto;
}
.img_right {
  transform: scaleX(-1);
  float: right;
}

div.container {
  min-height: calc(100vh - 55px);
}
.footer {
  /* padding: 20px; */
  font-size: 0.7rem;
  text-align: center;
  margin: 0 0 0 0;
  width: 100%;
  padding: 5px 2px 5px 2px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
