@charset "utf-8";

body{
    background-color: darkolivegreen
    
}

nav{
    color: brown
    background-color: aliceblue
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header nav ul{
    list-style: none;
    margin: 0;
}

header nav ul li a{
    color: darkolivegreen
    text-decoration-color: none;
    background-color: azure;
    display:flex
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}

h1 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    
}
h2 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style:italic

}
p {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}

