* {
    font-family: Arial, Helvetica, sans-serif
}

h1 {
    color: seagreen;
}

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

a {
    text-decoration: none;
}