@charset"utf-8";

*{
    box-sizing: border-box;
}
html{
    font-size: 62,58;
    height: 100vh;
        font-family:sans-serif;
    font-weight: bolder
    
}
p{
    margin: 3;
        background-color:rgb(102, 205, 170);
    }
ul{
    list-style:;
    padding: 0;
    margin: 0;
}
header nav ul li a{
    background-color: #000000;
    text-decoration: none;
        color:#faebd7;
   display: block;
    text-align: justify;
    font-family: sans-serif;
    font-weight: bold
}


h1{
    color:#8a0000;
    font-weight: bold;
        text-decoration:underline
}
h2{
    color:#ff4500;
    font-weight:bold;
    font-family: sans-serif 