#ai_page_button {
    
    transition: 100ms;
    background-color:yellow;
    margin-bottom:5px;
    font-weight:bold;
    border-radius:5px;
    border: 1px solid black;
    padding:5px;
    box-shadow: none;
}
#ai_page_button:hover {
    transition: 100ms;
    background-color: rgb(249, 249, 121);
    box-shadow: 2px 2px 4px #888888;
}
#info_page{

    
    color: white;
}
#info_page_link{

        color: black;
}
#info_page_link:hover{
    color: gray;
}
.card-div {
    height: 250px;
}
.card {
    height: 100%;
}
.card-subtitle {
    font-weight: bold;
}
.card-title {
    color: black;
    font-weight: bold;
}
.purchase-button {
    border: none;
    font-size: large;
    font-stretch: extra-expanded;
    width:100%;
    padding: 15px 0px;
}
.purchase-button:hover {
    transition-duration: 200ms;
    background-color: rgb(219, 217, 217);
}
#info_go_back {
    width: 100%;
    height: 100%;
    border:none;
    padding: 10px;
}