/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 27 de mar. de 2022, 09:43:42
    Author     : paulinho
*/

body{
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-content: center;
    font-family: arial;
    background-image: url("https://sonorus.com.br/assets/img/politica_bg.webp");
    background-repeat: no-repeat;
    background-position: center;
}
