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

body{
    background: slategray;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
}

header{
    text-align: center;
    background-color: black;
    color: blanchedalmond;
    margin: 30px;
    padding: 20px;
    border-radius: 20px;
}

div{
    text-align: center;
    border-radius: 20px;
    padding: 20px;
    margin: 30px;
    background: gainsboro;
}

h1{
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
}

h2{
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 5px;
}
li{
    list-style: none;
    text-decoration: none;
    text-align: left;
}