nav{
    background-color: black;
}


body{
    background-image: linear-gradient(rgba(0.6, 0.6, 0.6, 0.6), rgba(0.6, 0.6, 0.6, 0.6)),url(../imgs/git_fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
     background-attachment: fixed;
}


a{
    padding: 30px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration: none ;
    color: white;
    font-size: 19px;
    margin-left: 32px;
}

a:hover{
    background-color:rgb(250, 81, 30);
    border-radius: 18px;
}


h3{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size:40px;
    margin-right: 38rem;
    margin-top: 16px;
    color: white;
}

.icono{
    margin-top: 12px;
    position: absolute !important;
    right: 100rem;
    color: white;
}


h1{
   font-family: "Merriweather", serif;
    margin-left:53rem;
    margin-top:45px;
    font-size: 45px;
    color:rgb(240, 77, 2);
 
    
}


.card{
    width: 49rem;
    margin-top: 34px;
    margin-left: 37rem;
    background-color:rgb(31, 31, 31);
    border-radius: 15px;
    font-size:19px;
    font-family:'Courier New', Courier, monospace;
    color:white;
    
}

.imagen1{
    width: 12rem;
    margin-left: 54rem;
    margin-top:2rem;
}

.etiqueta a{
    width: 10rem;
    margin-left: 55rem;
    margin-top: 2rem;
    font-size: 23px;
}



.card2{
    width: 37rem;
    background-color:rgb(255, 255, 255);
    border-radius: 18px;
    padding: 17px;
    margin-left: 42rem;
    margin-top:4rem
}


.card2{
    width: 37rem;
    background-color:rgb(255, 255, 255);
    border-radius: 18px;
    padding: 17px;
    margin-left: 42rem;
    margin-top:4rem
}


.card3{
    width: 65rem;
    background-color:rgb(42, 43, 44);
    border-radius: 18px;
    margin-left: 28rem;
    padding: 34px;
    margin-top:4rem;
    color:white;
    font-family: 'Consolas', 'Courier New', 'Fira Code', monospace !important;
}

.card3 p{
    padding: 24px;
}








.parrafos{
 color: white;
 font-size:22px;
 font-family: 'Consolas', 'Courier New', 'Fira Code', monospace !important;
 margin-top:2rem;

}

.lista{
 color: white;
 width: 87%;
 font-size:22px;
 font-family: 'Consolas', 'Courier New', 'Fira Code', monospace !important;
 margin-top:2rem;  
 margin-left: 10rem;
}

.lista li{
    padding:12px;
}


footer{
    background-color:rgb(250, 81, 30);
    color: black;
    width: 100%;
    height: 13vh;

}

footer a:hover{
    background-color: transparent;
}

.descripcion{
    margin-top: 3rem;
    position: absolute;
    left: 34rem;
    font-family:'Times New Roman', Times, serif;
    font-size: 23px;
}




.imagen2{
 width: 6rem;
 padding: 11px;
 position:absolute;
 left: 55rem;
 margin-top: 1rem;

    
}


.imagen3{
 width: 6rem;
 padding: 11px;
 position:absolute;
 left: 62rem;
 margin-top: 1rem;


    
}



.imagen4{
 width: 6rem;
 padding: 11px;
 position:absolute;
 left: 69rem;
 margin-top: 1.50rem;


    
}











