
body {height: 10270px;
    width:1920;
    margin:0%;
    background-color: white;}

nav{display: flex;
align-items: center;
justify-content: space-between;
height:80px;
background-color:black;}    

a{text-decoration: none;
color: white;}

header{height:100vh;
background-image:url('../images/HeroHeader.png');
background-size:cover;}

a{font-size: 20px;
font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;}

h1{font-size: 190px;
color: white;
font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
margin-left: 800px;
margin-top: 70px;}

h2{font-size: 160px;
    color: white;
font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
margin-left: 1560px;
margin-bottom: 1000px;}

section{display: flex;
align-items: center;}
