body {
    font-family: Verdana, Arial, Helvetica, Geneva, Tahoma, sans-serif;
    color: olive;
    background-color: white;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

a {
    text-decoration: none;
    color: olive;
}

ul {
    list-style: none;
}