body{
    align-items: center;
    text-align: center;
    justify-content: center;
    color: black;
    background-image: url('img/main.png');
    background-repeat: repeat;
}

nav{
    background-color: black;
    color: white;
    height: 15%;
    width: 100%;


    align-items: center;
    text-align: center;
    justify-content: center;


    border-style: solid;
    border-color: rebeccapurple;
}


header{
    height: 100vh;
    border-style: none;
    
}

footer{
    height: 50hv;
}

a{
    color: whitesmoke;
}

/*****************************/
.blur{
    filter: blur(5px);
}

img{
    width: 65%;
    height: auto;
    margin: 0%;
}

.imagen-extra-grande{
    width: 25%;
}



@media (max-width:768px ) {
    img{
        width: 100%;
        height: auto;   
    }
    .imagen-extra-grande{
        width:65%;
    }
}

.glass-top{
    position: relative;
    top: 25%;
    backdrop-filter: blur(20px);
    height: 25vh;
}


.gold{
    color: rgb(159, 128, 50) ;
    font-family:'Times New Roman', Times, serif;
    font-weight: normal;
}

h2{
    height: 60px;
}