
.box .my .name{

    margin-left: 78px;
}


 .navbar button{
    background-color:rgb(20, 194, 20);
    border-radius: 50px;
    border: 1px solid rgb(20, 194, 20);
    width: 180px;
    margin-right: 100px;
    color: white;
}

.key{
    position: relative;
    width: 300px;

}

.key .form-control{
    position:absolute;
    
    border-radius: 200px;
    border-color: rgb(20, 194, 20);
    width: 450px;

}
.press{
    position: absolute;
    border: 1px solid rgb(20, 194, 20);
    border-radius: 200px;
    background-color: rgb(20, 194, 20);
    padding: 5px;
    width: 147px;
    margin: 2px 3px;
    margin-left: 300px;
}
section{
    display: flex;
    justify-content: center;
}
.card{
    width: 300px;
    margin: 20px;
    padding: 30px;
}
.cards{
    display: flex;
    justify-content:space-evenly;
}
.cards .card{
    border: 1px solid rgb(118, 117, 117);
    border-radius: 20px;
    text-align: center;
    background-color: rgb(118, 117, 117);
}

.card-text{
    line-height: 20px;
}
.cards .card .card-title{
    padding-left: 5px;
}
.card .col .btn{
    padding-left: 40px;
    padding-right: 40px;
    border: 1px solid rgb(20, 194, 20);
    border-radius: 30px;
    margin-top: 70px;
    background-color: rgb(20, 194, 20);
}
.containerxy{
    display: flex;
    gap: 50px;
    padding-left: 80px;
    padding-right: 100px;
}
.img-container img{
    width: 500px;
    height: 500px;
}
.box1{
    margin-top: 50px;
}
.link .btn1{
    border: 1px solid rgb(20, 194, 20);
    border-radius: 20px;
    background-color: rgb(20, 194, 20);
    padding-right: 10px;
    width: 120px;
}
.containerzy{
    text-align: center;
    background-color:rgb(118, 117, 117);
    padding-left: 30px;
    margin-left: 20px;
    margin-right: 10px;
    height: 400px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.containerzy .social-media{
    display: flex;
    list-style-type: none;
    gap: 40px;
    padding-left: 600px;
    margin-top: 100px;
}
.social-media .fa-twitter, .fa-facebook, .fa-instagram{
    border: 1px solid rgb(20, 194, 20);
    border-radius: 10px;
    background-color: rgb(20, 194, 20);
}
.containerzy .name1{
    margin-top: 30px;
}
.containerzy .name2{
    margin-top: 10px;
}


