@font-face {
font-family: "Averta";
src: url("Assets/averta/AvertaPECutted-Regular.otf")
}
html {
    margin: 0px;
}
body {
    max-width: 960px;
    margin: auto;
    font-family: Averta;
}
.header-container {
    margin: 30px 0px 0px;
    display: flex;
}
.logo {
    height: 105px;
    background-image: url(images/MwdLogoFit.svg);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    flex: 1;
}
nav {
    margin: 30px 0px 0px;
    width: 500px;
    flex: 1;
    height: 150px;
}
ul {
    text-align: right;
    margin: 0px;
    margin: 50px 0px;
}
li {
   display: inline-block; 
    font-size: 20px;
    
}
a {
    text-decoration: none;
    color: inherit;
    padding: 10px;
    
}
header {
    height: 1000px;
    text-align: center;
    padding: 100px 0px;
}
h1 {
    font-size: 100px;
}
.contact {
    border: 1px solid black;
}