html{
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: serif;
    color: aliceblue;
}

h1{
    font-size: 50px;

}
h2{
    font-size: 30px;

}
h3{
    font-size: 20px;
    margin: 10px;
}
p{
    font-size: 20px;
    font-weight: 500;
    margin-left: 3px;

}
a{
    text-decoration: none;
    color: rgba(0, 136, 255, 0.699);
    font-size: 17px;
    font-weight: 600;
    margin-top: 3px;
}


#tarjeta{

    width: 80vw;
    height: 80vh;
    min-width: 400px;
    min-height: 500px;
    max-width: 800px;
    max-height: 800px;
    background-color: rgba(218, 218, 218, 0.151);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
     align-items: center;
     border-radius: 5%;
}
#nombre{

 
width: 100%;
height: 140px;

display: flex;
justify-content: space-evenly;
align-items: center;
z-index: 1;

}

#portafolio{
    width: 110px;
    height: 140px;
    border-radius: 100%;
  
    
}


#desc{

width: 100%;
height: 30%;
margin-left: 4px;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;

}

#link{
    width: 100%;
    height: 100px;
    margin-top: 80px;
  

    display: flex;
    align-items: center;
}