/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/02/2023, 15:30:53
    Author     : BRUNO
*/


footer{
    height: 8%;
    width: 100%;
    box-shadow: rgba(22, 24, 27, .15) 2px 2px 2px 2px;
    position: relative;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
    color: blue;
    background-color: #fff;
    box-sizing: border-box;
}