/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 16 nov 2024, 18:18:25
    Author     : jose
*/
p {
    text-align: center;
    padding-right: 10px;
    padding-left: 3px;
    
}
#main {
    height: 300px;
}
.gradient {
    width: 60%;
    /*float: left;*/
    
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfff4+0,a09058+24,b7b06c+57,e9e9ce+100&1+0,0.68+24,1+58,0.87+79,1+100 */
    
background: linear-gradient(to right,  rgba(252,255,244,1) 0%,rgba(160,144,88,0.68) 
    24%,rgba(183,176,108,0.99) 57%,rgba(184,177,110,1) 58%,rgba(209,205,158,0.87) 
    79%,rgba(233,233,206,1) 100%);
}


