/*
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 : 28 jun 2024, 15:42:54
    Author     : oswl_c
*/

.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
    margin-top: 50px;
}

.campo{
    width: 300px;
}


.header {
    background: linear-gradient(to bottom, #eeeeee 0%, #bfbfbf 100%);
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #444;
}

.header img {
    vertical-align: middle;
}

.header h1 {
    display: inline;
    font-size: 24px;
    margin-left: 10px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #000;
}

.header p {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000;
}

.footer {
    background: #f1f1f1;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ccc;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.footer p {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
}
