:root {
  color-scheme: dark light;
  height:100vh;
  width:100vw
}

::-webkit-scrollbar {
  display: none;
}

body {
  color:var(--color);
  background-color:var(--background-color);
  margin:0!important;
  padding:0!important;
}

header {
  background-color:#000;
  color:#fff;
  text-align:center;
}

header h1 {
  margin:0!important;
  padding:0!important;
}

header a {
  color: white;
  text-decoration: none;
}

nav {
  text-align:center;
}

main {
  position:relative;
  min-height:100vh;
  max-width:1000px;
  margin: 0 auto;
  padding:0;
  text-align:justify;
}

#pix {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#pix img {
  width: 80vw;
  max-width: 650px;
  max-heigth: 80vh;
}

#tawk_6890df8b205309192bd90cd4 {
  display: block;
  position: relative;
  width: 100vw;
  height: 90vh;
  max-width:500px;
  max-height:1000px;
  margin: 0 auto;
  border:0;
  padding:0;
}

footer {
  position:relative;
  background-color:#333;
  color:#fff;
  padding:1em;
  text-align:center;
  clear:both;
}

footer a {
  color: white;
  text-decoration: none;
}