body{background-color:black ! important;
    display: flex;
    flex-wrap: wrap;
}
.row{
    row-gap:15px;
}
#title{
    color: aliceblue;
    margin-top:20px;
    text-decoration: underline;
}

.card{
    background-color: rgb(92, 86, 87) ! important;
    font-weight: bolder;
    font-family:sans-serif;
    height:500px !important;
    width:350px !important;
    border: 8px solid rgb(75, 75, 78) !important;
    border-radius: 20px !important;
    text-align: center;
    color: aliceblue !important;
    box-shadow:inset 20px 20px 60px rgb(250, 245, 246);
    margin-top:20px !important;
height: fit-content;
}
.card-img-top{
    border-radius:20px !important;
    height:150px;
    margin-top:10px;
    border:3px solid black;
    

}
.align{
    width: fit-content ;
    margin-top:50px;
    margin-bottom:10px;
    font-family: 'Courier New', Courier, monospace;
    border:3px solid black !important;
    border-radius:20px !important;
    font-size:15px !important;
}
.card-header{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bolder;
  font-size:15px;
  border:4px solid black;
  background-color: rgb(8, 8, 8) !important;
  border-radius:18px !important;
  color: aliceblue !important;
  margin:3px;
  box-shadow:inset 20px 20px 60px rgb(154, 144, 145);
}

  
