*{
    box-sizing: border-box;
}

html
{
    background-color: hsl(0, 0%, 25%);
    margin:0px;
}

body
{
   font-family: sans-serif; 
   width:100%;
   margin: 0px;
}

section{
    color:white;
    width:1200px;
    margin: 20px auto;
    background-color: hsl(200, 3%, 35%);
    padding:20px;
    border-radius: 5px;
}

h2{
    color: hsl(30, 100%, 50%);
    text-align: center;
    font-size:32px;
    text-shadow: 2px 2px 2px hsl(0, 0%,15%);
}

p, li{
    font-size: 18px;
}
