﻿* {
    margin: 0;
    padding: 0;
    transform-box: border-box;
}
body {
     background-color: rgb(48, 60, 64);
     font-family:Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    
}

main {
    margin-top: 3.5rem;
}

#section1 {
    background-color: rgb(48, 60, 64);
}

    #section1 h1, #section1 p {
        color: white;
    }

#section2 {
    background-color: rgb(225, 227, 237);
    
}

#seccion3 {
    background-image: url(../Img/fondohojas.jpg);
}

    #seccion3 h2 {
        color: white;
    }

#botonVerTodosProyectos a{
    text-decoration:none;
    border:1px solid black;
}

#section4 {
    background-color: rgb(225, 227, 237);
}

#section-5 {
    background-color: rgb(48, 60, 64);
    
}

footer h5, footer p{
    color:white !important ;
}

