body {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.category {
    height: 50px;
    width: 100%;
    background-color: black;
    color: bisque;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    box-shadow: 5px 8px 12px grey;
    font-size: 20px;
    position: fixed;
}

.imagediv {
    width: 250px;
    height: 350px;
    background-color: #0f105e;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
    border: 2px solid red;
    margin-bottom: 10px;
    box-shadow: 5px 8px 12px grey;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.image {
    width: 100%;
    height: 150px;
}

.b1 {
    font-size: 10px;
    width: 80px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #253737;
    background: #0f105e;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d5d5da));
    padding: 10.5px 10px;
    border-radius: 6px;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
    text-shadow: #333333 0 1px 0;
    color: #0f105e;
    float: left;
    margin-right: 0px;
    margin-left: 15%;
}

.b2 {
    font-size: 10px;
    width: 80px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #253737;
    background: #0f105e;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d5d5da));
    padding: 10.5px 10px;
    border-radius: 6px;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
    text-shadow: #333333 0 1px 0;
    color: #0f105e;
    float: left;
    margin-left: 20px;
}



.h {
    color: beige;
    font-size: 20px;
    text-align: center;
}

.hh {
    color: beige;
    font-size: 12px;
}