@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "American Typewriter", serif;
  margin: 0;
   background: #000000;
  background-position: center;
}

img {
  width: 90%;
  height: auto;
}

a {
  color: #2b40fd;
  text-decoration: none;
}

p {
  font-size: 80%;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 2rem;
  
}

h3 {
  font-size: 1.5rem;
}

h1, h2, h3 {
  background: white;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

header {
  font-size: 250%;
  padding: 0;
   margin: 0;
  text-align: center;
 
}

header h1 {
  font-size: 5rem;
 
  
 
}
#tekst {
    font-size: 2rem;
  color: white;
    text-align: center; 
}
#middle {

   max-width: 100%;
     display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1rem;
  -webkit-perspective: 1000px;
          perspective: 1000px;
   
}

footer {
  font-size: 2rem; 
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #00000053;
  padding: 2rem;
}

footer a {
  color: white;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}















@media (min-width: 340px) {
  .links .icon {
    right: 10rem;
    font-size: 2rem;
  }
  .links {
    font-size: 34px;
  }
}

@media (min-width: 900px) {
  nav {
    background-color: rgba(0, 0, 0, 0.227);
  }
  header .toggle {
    left: 1rem;
  }
  header .themeButton {
    right: 10rem;
  }
  h1 {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
  p {
    margin-bottom: 1rem;
  }
  header img {
    width: 50%;
  
  }
 #video{
width: 560;
 height: 315;   
}

  .links .icon {
    left: 1rem;
    font-size: 2.5rem;
  }
  .social {
    font-size: 4rem;
  }
}




/*# sourceMappingURL=style.css.map */