body {
    background-color:Orange;
    #font-family: 'Lacquer', sans-serif;
    #font-family: 'Saira Stencil One', cursive;
    #font-family: 'Indie Flower', cursive;
    #font-family: 'Baloo Chettan', cursive;
    font-family: 'Righteous', cursive;
    color:Red;
}

h1 {
    font-family: 'Saira Stencil One', cursive;
}

li {
    font-family: 'Lacquer', sans-serif;
    font-size: 20px;
}

img {
    border-radius: 30px;
}

a {
    color: Yellow
}

a:hover {
    color: Yellow;
}
