/*
     
    @Título: Proxecto Paisaxe e sustentabilidade 
    
    @Autor: Alex Casal Fernández

    @Data modificación: 08/02/2025

    @Versión 2.0 


*/

@font-face {
    font-family: "Montserrat";
    src: url("fontes/Montserrat-VariableFont_wght.ttf");
}

body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

#container-inicio {
    display: grid;
    grid-template-columns: 1;
}

.mostrar-tablas{
    display: flex;
    justify-content: center;
    margin: 20px;
}

.mostrar-tablas a{
    padding: 10px;
}

.mostrar-tablas button{
    padding: 20px;
    background-color: #4CA452;
    color: white;
}

th, td {
    border: 1px solid rgb(0, 0, 0);
    padding: 10px;
}

table{
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}

th {
    color: white;
    background-color: #4CA452;
}

table tr:nth-child(odd) {
    background-color: #E8F5E9;
}

table tr:nth-child(even) {
    background-color: #F1F8E9;
}

input, select{
    margin: 20px;
}

.boton-engadir{
    margin-top: 50px;
    margin-left: 600px;
    background-color: #4CA452;
    color: white;
    padding: 20px;
    border: white;
    border-radius: 50px;
}