@charset "utf-8";

* {
    box-sizing:border-box;
}

html{
    font-size: 62,5%;
    height: 100vh; 
    font-family: sans-serif;
    font-face= 
    
}
body{
    width: 100%;
    margin: 2; 
    background-color: rgba(172, 175, 91, 0.12);
}


ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

nav li a {
    text-decoration: none;
    color: #9d2a20;
    line-height: 20px;
}

nav {
    margin-bottom: 20px;
}

h1{
   color: #9d291f;
   font-weight: bold;
text-decoration: underline;

}

h2{
   color: #1f1f9d;
   font-weight: normal;
   font-weight: bold;
}
