body{
    background-image: url(../imagens/particle-de-tecnologia-abstrata-realista-de-fundo_23-2148431735.avif);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    line-break: 1.5em;
    color: khaki;
}
h1{
    text-align: center;
    color:blueviolet;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
p{
    font-style: italic;
    font-weight:bold;
    text-align: center;
}
ul{
    list-style: decimal;
}
li{
    font-weight: bolder;
    color: fuchsia;
}
.fonte{
    text-align: right;
    text-decoration: underline;
    font-size: 12px;
}
.nome{
    text-align: center;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}
@media only screen and (max-width:800px){
body{
   background-size: 100% 100%;
}
