@charset "utf-8";
/* CSS Document */

    body {
    background-image: url("../img/fundo-1.webp"); 
        height: auto
}
p{
    color: aliceblue;
    font-size: 1.1em
}
h1, h2, h3, h4, h5, h6{
    color: aliceblue
}

h2{
	font-size: 1.3em
}
ul, li{
    color: aliceblue;
    list-style-position: inside;
    font-size: 1.1em
    
}