
 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Fonts */
@font-face {
    font-family: PixelifySans-VariableFont_wght;
    src: url(../fonts/PixelifySans-VariableFont_wght.ttf);

}
    /* Nav */

header {
background-color: #b6cec7;
padding: 25px;
}

body{
    background-color: rgba(235, 247, 255, 0.872);
}

nav {
list-style: none;
text-align: center;
    font-family: PixelifySans-VariableFont_wght;
    text-decoration: none;
}

nav a {
color: #8fa751;
display:inline-block;
margin:15px;
text-decoration: none;

}



#links {
    text-align: center;
    font-family: PixelifySans-VariableFont_wght ;
    a:link,
a:visited {
    color: #68955f;
    text-decoration: none;

}



}



body{
    background-color: #d8e0bb;
}



h1{
    margin-top: 40px;
    text-align: center;
    font-family: PixelifySans-VariableFont_wght;
    color: #71a574;
        text-decoration: none;

}

h2 {
    font-family: PixelifySans-VariableFont_wght;
    font-size: 20px;
    text-align: center;
    margin: auto;
    max-width: 500px;
        text-decoration: none;



  

}
