html {
  overflow: hidden;
  color: black;
  font-family: sans-serif;
  font-size: 10px; 
  font-weight: 100;
}

body {
    font-size: 1.6rem;
    line-height: 1.6;
    background: white;
}

img.bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.5; }

img.logo {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    max-width: 80rem;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto; }

a {
  color: #706e6f;
  text-decoration: none; }
  a:hover {
    color: #84bc25; }

.content {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  max-width: 100rem;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .content img {
    width: 60%; }


h1 {
  position: fixed;
  font-size: 2rem;
  bottom: 20rem;
  left: 0;
  text-align: center;
  width: 100%;
  color: #84bc25; }    
    
h2 {
  position: fixed;
  font-size: 1.6rem;
  bottom: 5rem;
  left: 0;
  text-align: center;
  width: 100%;
  color: #706e6f; }

login {
    position: fixed;
    font-size: 1.6rem;
    left: 0;
    text-align: right;
    width: 100%;
    color: #e2001a; }

nav {
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.5rem;
  text-align: center;
  font-size: 1.4rem; }
