body{
    background-color: black;
    padding: 0;
    margin: 0;
}
#profilecards{
    display: flex;
    justify-content: space-evenly;
    margin-top: 12%;
    flex-wrap: wrap;
}
.card{
    height: 300px;
    width: 250px;
    background-color: bisque;
    text-align: center;
    padding-top: 2px;
    border: 10px solid white;
    border-radius: 10px;
}
.details{
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: left;
}
img{
    width: 50%;
    padding: 20px;
    border-radius: 100px;
}
button{
   padding: 8px 15px;
   font-size: medium;
   border-radius: 20px ;
   border:  2px solid black;
   background-color: white;
   color: black;
}
.btn{
    text-align: center;
    margin-top: 20px;
}
