*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.navbar {
    width: 100%;
    position: absolute;
    z-index: 99999;
}
.hero{
    width: 100%;
    height: 100vh;
    background-image: url(../img/9.png);
    background-position:center;
    position: relative;
       
}
.shadow{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color:rgba(0, 0, 0, 0.568);
    object-fit: cover;
    position: absolute;
}
.box-bg{
    background-color: rgba(245, 245, 245, 0.205);
    border-radius: 10px;
}
.card-img-top{
    width: 200px;
    height: 200px;
    border-radius: 200px;
    margin: auto;
    object-fit: cover;
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;

}
.card-team{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
}
.card-title{
    text-align: center;
    color: white;
}
.card{
    background-color: transparent;
    border: none;
}
.image{
    width: 600px;
    height: 400px;
    border-radius: 10px;
    background-color: blue;
    position: relative;
}
.image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-color{
    background-color: rgb(108,196,123);
    color: white;
    box-shadow: rgba(60, 64, 67, 0.719) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 7px;
    outline: none;
    border: none;
}
.btn-color:hover{
    background-color:  rgba(108, 196, 123, 0.747);
    color: white;
}
.btn-de:hover{
    background-color: rgba(108, 196, 123, 0.715);
    color: white;
}
.btn-caesar{
    background-color:  rgb(249, 149, 0);   
    color: white;
    border-radius: 7px;
    outline: none;
    border: none;
}
.btn-caesar:hover{
    background-color:  rgba(249, 149, 0, 0.715);   
    color: white;
}
.text{
    font-size: 17px;
    /* text-decoration: underline; */
    text-indent: 20px;
}
.box_input{
    width: 250px;
    height: 40px;
    border-radius: 6px;
    outline: none;
    border: none;
}
.encrypt{
    color: rgb(0,191,234);
    font-size: 20px;
}
.decrypt{
    color: rgb(0,191,234);
    font-size: 20px;
}
.caesar{
    color: rgb(0,191,234);
}
.font{
    font-size: 20px;
}