body{
    display: flex;
    justify-content: center;
}

.mdp{
    background-color : white;
    border: none;
    width:80%;
    margin-top: 20px;
    font-size: small;
    
}

.mdp a{
    color:#F29200 ;
}

.card{
    height: 70%;
    width: 70%;
    border: solid #F29200;
    border-radius: 20px;
    }

    .card-body{
        height: 75%;
        width: 80%;
        
        }




 .input-group-prepend span{
        width: 50px;
        height: 50px;
        background-color: #F29200;
        color: black;
        font-size: 30px;
        border:0 !important;
       
    
        }
.input-group{
    height: 50px;
    width: 100%;
    margin-top: 10px;
}
.btn{
    margin-top: 10px;
}

.storyset{
    color: #D1D1D1;
    padding: 0px;
    font-size: small;
}

.storyset:hover{
    color: #949494cb;
    padding: 0px;
    font-size: small;
}
