img {
    width: 100%;
    box-shadow: 8px 8px 8px black;
}

    h1 {
        color: white;
    }
    h2 {
        color: white;
    }
    h3 {
        color: white;
    }
    h4 {
        color: white;
    }
    h5 {
        color: white;
    }
    h6 {
        color: white;
    }
    h7 {
        color: white;
    }

    .nav {
        background-color: rgba(0, 0, 0, 0.603);
        padding: 30px;
        list-style: none;
        text-align: center;
    }
                    
                    body {
                        background-image: url("images/FOTOS/pexels-erik-mclean-4517069.jpg");
                        background-position: center;
                    }


                    #botonera {
                        margin:0;
                        padding: 0;
                        list-style-type: none;
                        text-align: center;
                    }
                    
                    #botonera li {
                        display: center;
                    }
                    
                    #botonera li a {
                        display: inline-block;
                        width: 325px;
                        height: 50px;
                        border: 6px solid black;
                        border-radius: 12px;
                        color: white;
                        text-decoration: none;
                        text-align: center;
                        line-height: 50px;
                        background-color: #0063b3;
                        font-weight: bold;
                        font-family: Arial;
                    }
                    
                    #botonera li a:hover {
                        background-color: #00b5b5;
                        color: white;
                    }

                    .destacado {
                        background-color: #8257d9;
                    }