@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Strike&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: "poppins";
}
body{
    background-color: #F5F5F5;

}
.container{
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    justify-content: center;    
}
.card1{
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    text-align: center;   
}
.card1 img{
    width: 150px;
    border-radius: 100%;
}
.card1 .devFav{
    position: relative;
    width: 30px;
    display: flex;
    top: -132px;
    margin-left: 68px;
    background-color: #fff;
    border: 1px dotted gray;
}

.githb{
    padding: 5px 10px 5px 10px;
    margin: 30px 10px 10px 0;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    border: 1px dotted black;
    cursor: pointer;
    color: #fff;
    background-color: #000;
}
.githb:hover{
    background-color: #fff;
    color: #000;
}
.fa-brands, .fab{
    font-size: 20px;
}
p{
    margin: 10px 5px 5px 0;
}
h3{
    font-family: "Caveat", cursive;
    font-size: 40px;
}
span{
    font-family: "Caveat", cursive;
    font-size: 40px;
    color: rgb(8, 102, 255);
}
.lkdn{
    padding: 5px 10px 5px 10px;
    margin: 30px 10px 10px 0;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    border: 1px dotted #0077B5;
    cursor: pointer;
    color: #fff;
    background-color: #0077B5;
}
.lkdn:hover{
    background-color: #fff;
    color: #0077B5;
}

.dwnl{
    background-color: #33c26d;
    padding: 5px 10px 5px 10px;
    margin: 30px 10px 10px 0;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    border: 1px dotted #33c26d;
    cursor: pointer;
    color: #fff;
}
.dwnl:hover{
    color: #33c26d;
    background-color: #fff;
}

.foot{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: aliceblue;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.footer-Line , .deV{
    color: #000;
    text-align: center;
    font-weight: 600;
}
.deV{
    color: #0077B5;
}
