/* This is the style for the Koala Site*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body {
    background-color: wheat;
    font-family: sans-serif;
}

p {
    color:purple;
    line-height: 1.6;
}

h1 {
    color:red;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: green;
    font-family: Josefin Sans;
}

ul li {
    color:green;
}

