@charset "utf-8";

body{
    background-color: red;
    font-family: sans-serif;
    color: black;
}

header nav ul li a {
    color: black;
    display: block;
    text-decoration: none;
    
    
}

a {
    color: green;
    
}

header ul {
    list-style: none;
    padding: 0.5em;
    margin: 0;
    font-weight: bold;
    background-color: aquamarine;   
}

h1 {
    font-weight: lighter;
    font-size: 90%;
    color: black;
    margin-bottom: 0.3em;

}

ul {
    list-style: none;
    padding: 0.5em;
}

h2 {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 3em;
    font-family: sans-serif;
    color: #41005c
    
}

h3 {
    margin-top: 1px;
    margin-bottom: 2px;
    font-size: 1.5em;
    font-family: sans-serif;
    color: black;
}

h4 {
    margin-top: 1px;
    margin-bottom: 0.5px;
    color: white;
    font-weight: lighter;
    padding: 0.5em;
    
}

main ul li {
    margin-top: 0.5px;
    margin-bottom: 0;
    color: white;
    font-family: sans-serif;
    font-size: 1em;
    padding: 1em;
}

li {
    margin: 1px 0;
}


h5 {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 1em;
    color: white;
    font-weight: bold;
}

h6 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.5em;
    font-size: 1.5em;
    color: #41005c;
}

h7 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.5em;
    font-size: 1.5em;
    color: aquamarine;
    font-weight: bold;
}

footer {
    padding: 0.5em;
    margin: 0;
    background-color: #4whi1005c;
    color: white;
}